summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-mi
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files/patch-mi')
-rw-r--r--www/seamonkey/files/patch-mi42
1 files changed, 0 insertions, 42 deletions
diff --git a/www/seamonkey/files/patch-mi b/www/seamonkey/files/patch-mi
deleted file mode 100644
index c0ae3987e0d7..000000000000
--- a/www/seamonkey/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