summaryrefslogtreecommitdiff
path: root/www/mozilla-devel/files/patch-qt
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-devel/files/patch-qt
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-devel/files/patch-qt')
-rw-r--r--www/mozilla-devel/files/patch-qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt
index 361bf6cbdd5d..76dc15b78237 100644
--- a/www/mozilla-devel/files/patch-qt
+++ b/www/mozilla-devel/files/patch-qt
@@ -33,7 +33,7 @@
if test "$ac_cv_have_dash_pthread" = "yes"; then
- _PTHREAD_LDFLAGS=""
-+ _PTHREAD_LDFLAGS="-pthread -lgcc_r"
++ _PTHREAD_LDFLAGS="-pthread"
else
_PTHREAD_LDFLAGS="-lc_r"
fi