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/seamonkey2/files/patch-ao | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www/seamonkey2/files/patch-ao (limited to 'www/seamonkey2/files/patch-ao') diff --git a/www/seamonkey2/files/patch-ao b/www/seamonkey2/files/patch-ao new file mode 100644 index 000000000000..29a1b3ecbad7 --- /dev/null +++ b/www/seamonkey2/files/patch-ao @@ -0,0 +1,10 @@ +--- nsprpub/pr/src/misc/prnetdb.c.orig Wed Mar 8 08:27:18 2000 ++++ nsprpub/pr/src/misc/prnetdb.c Thu Jan 18 17:52:51 2001 +@@ -924,6 +924,7 @@ + PRStatus rv = PR_SUCCESS; + if (!_pr_initialized) _PR_ImplicitInitialization(); + ++ bzero(&(addr->inet),sizeof(addr->inet)); + addr->inet.family = AF_INET; + addr->inet.port = htons(port); + switch (val) -- cgit v1.2.3