summaryrefslogtreecommitdiff
path: root/www/seamonkey2/files/patch-aq
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/seamonkey2/files/patch-aq
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).
Diffstat (limited to '')
-rw-r--r--www/seamonkey2/files/patch-aq20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/seamonkey2/files/patch-aq b/www/seamonkey2/files/patch-aq
new file mode 100644
index 000000000000..0418737cfcf3
--- /dev/null
+++ b/www/seamonkey2/files/patch-aq
@@ -0,0 +1,20 @@
+--- nsprpub/pr/include/md/_pth.h.orig Sat Jan 20 17:28:34 2001
++++ nsprpub/pr/include/md/_pth.h Sat Jan 20 17:29:04 2001
+@@ -183,7 +183,7 @@
+ #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER)
+ #endif /* defined(_PR_DCETHREADS) */
+
+-#elif defined(LINUX)
++#elif defined(LINUX) || defined(FREEBSD)
+ #define PT_PRIO_MIN sched_get_priority_min(SCHED_OTHER)
+ #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER)
+ #elif defined(NTO)
+@@ -203,7 +203,7 @@
+ */
+ #define PT_PRIO_MIN 1
+ #define PT_PRIO_MAX 127
+-#elif defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD) \
++#elif defined(NETBSD) || defined(OPENBSD) \
+ || defined(BSDI) || defined(RHAPSODY) /* XXX */
+ #define PT_PRIO_MIN 0
+ #define PT_PRIO_MAX 126