From 58e0c80c379f145033ea6067aea2c1c08182d9c7 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 22 Jan 2001 01:23:18 +0000 Subject: 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 Use sched_getpriority_max(), instead of hard coded value. Submitted by: Peter Haight , 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). --- www/mozilla/files/patch-qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mozilla/files/patch-qt') diff --git a/www/mozilla/files/patch-qt b/www/mozilla/files/patch-qt index 361bf6cbdd5d..76dc15b78237 100644 --- a/www/mozilla/files/patch-qt +++ b/www/mozilla/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 -- cgit v1.2.3