aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-11 21:43:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-11 21:43:44 +0000
commit85b6b50fad67bf97eb914e5c65e1b2763b61009e (patch)
treee1eae89a95b6110fb2b24da6a73b341fcbdd46a5 /www/seamonkey
parent96702605eb30abff340693eac7676bb616223302 (diff)
downloadports-85b6b50fad67bf97eb914e5c65e1b2763b61009e.tar.gz
ports-85b6b50fad67bf97eb914e5c65e1b2763b61009e.zip
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/files/patch-security::coreconf::FreeBSD.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/seamonkey/files/patch-security::coreconf::FreeBSD.mk b/www/seamonkey/files/patch-security::coreconf::FreeBSD.mk
index b2dbddeea6df..5c76b5af5ebf 100644
--- a/www/seamonkey/files/patch-security::coreconf::FreeBSD.mk
+++ b/www/seamonkey/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