diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2001-01-22 01:23:18 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2001-01-22 01:23:18 +0000 |
commit | 58e0c80c379f145033ea6067aea2c1c08182d9c7 (patch) | |
tree | 4eddda29005828aaacc644dd96d09df3245d9088 /www/seamonkey2/files/patch-ao | |
parent | Add 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-ao | 10 |
1 files changed, 10 insertions, 0 deletions
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) |