diff options
author | sada <sada@FreeBSD.org> | 2000-03-01 06:13:29 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-03-01 06:13:29 +0800 |
commit | efe823848c61ff4899a6ca158ac3612c2565311e (patch) | |
tree | 26fc637658c62ac41c6fb282795da47bd9bf07a8 /www/bsdi-netscape47-communicator | |
parent | 462f5e3fc2643dd31f8f6bee57ef021bb5702f2f (diff) | |
download | freebsd-ports-gnome-efe823848c61ff4899a6ca158ac3612c2565311e.tar.gz freebsd-ports-gnome-efe823848c61ff4899a6ca158ac3612c2565311e.tar.zst freebsd-ports-gnome-efe823848c61ff4899a6ca158ac3612c2565311e.zip |
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/bsdi-netscape47-communicator')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index f8d970d202cb..cfb5db61d7ee 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-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" |