diff options
author | sada <sada@FreeBSD.org> | 2000-02-29 22:13:29 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-02-29 22:13:29 +0000 |
commit | efe823848c61ff4899a6ca158ac3612c2565311e (patch) | |
tree | 26fc637658c62ac41c6fb282795da47bd9bf07a8 /www/netscape47-communicator | |
parent | 462f5e3fc2643dd31f8f6bee57ef021bb5702f2f (diff) | |
download | FreeBSD-ports-efe823848c61ff4899a6ca158ac3612c2565311e.zip FreeBSD-ports-efe823848c61ff4899a6ca158ac3612c2565311e.tar.gz |
Need 'NO_FORTIFY=yes'.
Current Fortify doesn't work with Netscape4.72
and make install would be crashed with 'USE_128BIT=yes'.
Forgotten by: ache
Diffstat (limited to 'www/netscape47-communicator')
-rw-r--r-- | www/netscape47-communicator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index f8d970d..cfb5db6 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -31,6 +31,7 @@ BROWSER_VER= 4.72 # taken from ,${BLDVERS} in ns-install INFILE_HEAD?= 'Communicator,4.72.0.20000131' NO_AUTOADMIN= yes +NO_FORTIFY= yes PRE_MK_INCLUDED= yes .include "${MASTERDIR}/Makefile" |