summaryrefslogtreecommitdiff
path: root/www/mozilla/files/patch-mi
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2001-01-22 01:23:18 +0000
committerJeremy Lea <reg@FreeBSD.org>2001-01-22 01:23:18 +0000
commit58e0c80c379f145033ea6067aea2c1c08182d9c7 (patch)
tree4eddda29005828aaacc644dd96d09df3245d9088 /www/mozilla/files/patch-mi
parentAdd fix for 4.2-stable. (diff)
Add PSM support.
Submitted by: nsayer Remove use of libgcc_r, since it was so uncerimoniously removed. If this doesn't work on -stable, then -stable is broken, and someone needs to fix it... Submitted by: Roman Shterenzon <roman@xpert.com> Use sched_getpriority_max(), instead of hard coded value. Submitted by: Peter Haight <peterh@sapros.com>, dufault Revise pkg-comment and pkg-descr. PR: 24296 Submitted by: roam Enable SVG support, and disable C++ exceptions (since they will only slow things down).
Notes
Notes: svn path=/head/; revision=37425
Diffstat (limited to 'www/mozilla/files/patch-mi')
-rw-r--r--www/mozilla/files/patch-mi2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/files/patch-mi b/www/mozilla/files/patch-mi
index b9b9c146c953..dd87c2a150a5 100644
--- a/www/mozilla/files/patch-mi
+++ b/www/mozilla/files/patch-mi
@@ -29,7 +29,7 @@
-DEFINES += -D_THREAD_SAFE
-THREAD_FLAG += -pthread
+DEFINES += -D_THREAD_SAFE -D_REENTRANT
-+DSO_LDOPTS += -pthread -lgcc_r
++DSO_LDOPTS += -pthread
else
IMPL_STRATEGY = _EMU
DEFINES += -D_PR_LOCAL_THREADS_ONLY