diff options
Diffstat (limited to 'www/seamonkey/files/patch-mi')
-rw-r--r-- | www/seamonkey/files/patch-mi | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/seamonkey/files/patch-mi b/www/seamonkey/files/patch-mi deleted file mode 100644 index 80768e265de9..000000000000 --- a/www/seamonkey/files/patch-mi +++ /dev/null @@ -1,22 +0,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++ - RANLIB = ranlib -+CCC = ${CXX} -+ -+# During FreeBSD port build, CFLAGS contains all of the optimizations -+# flags desired... -+OPTIMIZER = - - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else --OS_REL_CFLAGS = -Di386 - CPU_ARCH = x86 - endif - CPU_ARCH_TAG = _$(CPU_ARCH) |