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-an | |
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-an | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/seamonkey2/files/patch-an b/www/seamonkey2/files/patch-an deleted file mode 100644 index 2904080e1e35..000000000000 --- a/www/seamonkey2/files/patch-an +++ /dev/null @@ -1,11 +0,0 @@ ---- js/src/Makefile.in.orig Thu Dec 21 01:23:12 2000 -+++ js/src/Makefile.in Thu Dec 21 01:23:22 2000 -@@ -218,7 +218,7 @@ - endif - - ifeq ($(OS_ARCH),FreeBSD) --LDFLAGS += -pthread -+LDFLAGS += -pthread -lgcc_r - endif - ifeq ($(OS_ARCH),IRIX) - ifdef USE_N32 |