aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-07-09 10:48:56 +0800
committermarcus <marcus@FreeBSD.org>2004-07-09 10:48:56 +0800
commit0adf56b3e247b449dc27b12546114b09f3969eb5 (patch)
treecb28d65dcdd0a5eb5ceeb9a3495a2f2d9f8120f8 /www
parent4a0a38ea19302c114190c12dbdf033892f15678a (diff)
downloadfreebsd-ports-graphics-0adf56b3e247b449dc27b12546114b09f3969eb5.tar.gz
freebsd-ports-graphics-0adf56b3e247b449dc27b12546114b09f3969eb5.tar.zst
freebsd-ports-graphics-0adf56b3e247b449dc27b12546114b09f3969eb5.zip
Remove some bugs threading stuff that sneaked into the last patch.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/files/patch-security::coreconf::FreeBSD.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mozilla/files/patch-security::coreconf::FreeBSD.mk b/www/mozilla/files/patch-security::coreconf::FreeBSD.mk
index b2dbddeea6d..5c76b5af5eb 100644
--- a/www/mozilla/files/patch-security::coreconf::FreeBSD.mk
+++ b/www/mozilla/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