aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-07-12 05:43:44 +0800
committermarcus <marcus@FreeBSD.org>2004-07-12 05:43:44 +0800
commit2bec55a3f9cdc2def93d47fd6d0e9b1d924ae041 (patch)
tree7a2dfd8dfa424238955b0c32a08d0b306eb6d3c4 /www/seamonkey2
parentc008deafc1d2b53f839129febab0493ddb5a7fd6 (diff)
downloadfreebsd-ports-graphics-2bec55a3f9cdc2def93d47fd6d0e9b1d924ae041.tar.gz
freebsd-ports-graphics-2bec55a3f9cdc2def93d47fd6d0e9b1d924ae041.tar.zst
freebsd-ports-graphics-2bec55a3f9cdc2def93d47fd6d0e9b1d924ae041.zip
Remove a bad chunk that broke the build on versions other than -CURRENT.
Reported by: pointyhat via kris
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk b/www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk
index b2dbddeea6d..5c76b5af5eb 100644
--- a/www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk
+++ b/www/seamonkey2/files/patch-security::coreconf::FreeBSD.mk
@@ -22,17 +22,6 @@
OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
-@@ -57,8 +59,8 @@
- ifndef CLASSIC_NSPR
- USE_PTHREADS = 1
- DEFINES += -D_THREAD_SAFE -D_REENTRANT
--OS_LIBS += -pthread
--DSO_LDOPTS += -pthread
-+OS_LIBS += -lpthread
-+DSO_LDOPTS += -lpthread
- endif
-
- ARCH = freebsd
@@ -71,7 +73,11 @@
DLL_SUFFIX = so.1.0
endif