aboutsummaryrefslogtreecommitdiff
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-mi35
1 files changed, 0 insertions, 35 deletions
diff --git a/www/seamonkey/files/patch-mi b/www/seamonkey/files/patch-mi
deleted file mode 100644
index dd87c2a150a5..000000000000
--- a/www/seamonkey/files/patch-mi
+++ /dev/null
@@ -1,35 +0,0 @@
---- nsprpub/config/FreeBSD.mk.orig Wed Oct 20 14:19:53 1999
-+++ nsprpub/config/FreeBSD.mk Thu Dec 21 01:16:34 2000
-@@ -21,24 +21,26 @@
-
- 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)
-
--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
-
- ifeq ($(USE_PTHREADS),1)
- IMPL_STRATEGY = _PTH
--DEFINES += -D_THREAD_SAFE
--THREAD_FLAG += -pthread
-+DEFINES += -D_THREAD_SAFE -D_REENTRANT
-+DSO_LDOPTS += -pthread
- else
- IMPL_STRATEGY = _EMU
- DEFINES += -D_PR_LOCAL_THREADS_ONLY