diff options
Diffstat (limited to 'www/mozilla+ipv6/files/patch-mi')
-rw-r--r-- | www/mozilla+ipv6/files/patch-mi | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/www/mozilla+ipv6/files/patch-mi b/www/mozilla+ipv6/files/patch-mi index 51da7ba70d69..80768e265de9 100644 --- a/www/mozilla+ipv6/files/patch-mi +++ b/www/mozilla+ipv6/files/patch-mi @@ -1,15 +1,22 @@ -This patch make the FreeBSD port build obey the host's local settings -for C, C++ compiler and (optimization) flags. ---- nsprpub/config/FreeBSD.mk.orig Wed Apr 21 17:37:37 1999 -+++ nsprpub/config/FreeBSD.mk Mon Oct 11 13:49:41 1999 -@@ -24,2 +23,0 @@ +--- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999 ++++ nsprpub/config/FreeBSD.mk Thu Feb 3 03:48:20 2000 +@@ -21,14 +21,16 @@ + + include $(MOD_DEPTH)/config/UNIX.mk + -CC = gcc -CCC = g++ -@@ -26,0 +25,5 @@ + RANLIB = ranlib +CCC = ${CXX} + +# During FreeBSD port build, CFLAGS contains all of the optimizations +# flags desired... +OPTIMIZER = -@@ -31 +33,0 @@ --OS_REL_CFLAGS = -mno-486 -Di386 + + ifeq ($(OS_TEST),alpha) + CPU_ARCH = alpha + else +-OS_REL_CFLAGS = -Di386 + CPU_ARCH = x86 + endif + CPU_ARCH_TAG = _$(CPU_ARCH) |