diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2002-02-15 18:44:15 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2002-02-15 18:44:15 +0000 |
commit | 6976db798b4b6515232efb9400018053cc2d2101 (patch) | |
tree | 71663c5e28622b0013a098c6ff269d888e3ce9d7 /www/mozilla/files/patch-mi | |
parent | Update to 1.0.7.2 (diff) |
Clean up this port, including GCing old configure options and making patches
more acceptable to mozilla.org. Hopefully these will make it into 0.9.9.
Add a hack to minimise the number of files extracted.
Merge in the patches from the mozilla+ipv6 port.
Submitted by: sumikawa (mozilla+ipv6)
Notes
Notes:
svn path=/head/; revision=54761
Diffstat (limited to 'www/mozilla/files/patch-mi')
-rw-r--r-- | www/mozilla/files/patch-mi | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/www/mozilla/files/patch-mi b/www/mozilla/files/patch-mi deleted file mode 100644 index c0ae3987e0d7..000000000000 --- a/www/mozilla/files/patch-mi +++ /dev/null @@ -1,42 +0,0 @@ - -$FreeBSD$ - ---- nsprpub/config/FreeBSD.mk.orig Sat Jul 29 03:50:35 2000 -+++ nsprpub/config/FreeBSD.mk Mon Sep 17 10:47:08 2001 -@@ -37,19 +37,21 @@ - - include $(MOD_DEPTH)/config/UNIX.mk - --CC = gcc --CCC = g++ -+CCC = $(CXX) - RANLIB = ranlib - -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = $(MOZ_OPTIMIZE_FLAGS) -+ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) - --OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe $(THREAD_FLAG) -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -+OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - - # - # The default implementation strategy for FreeBSD is pthreads. -@@ -60,8 +62,8 @@ - else - USE_PTHREADS = 1 - IMPL_STRATEGY = _PTH --DEFINES += -D_THREAD_SAFE --THREAD_FLAG += -pthread -+DEFINES += -D_THREAD_SAFE -D_REENTRANT -+DSO_LDOPTS += -pthread - endif - - ARCH = freebsd |