diff options
author | reg <reg@FreeBSD.org> | 2001-04-10 17:05:48 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2001-04-10 17:05:48 +0800 |
commit | 548a0955005d0cdb81702ee1d611171cb31a5eb6 (patch) | |
tree | 718bc5b665ce62794711e5e9504f0fe3549d4ae3 /www/seamonkey2/files | |
parent | 31a3bf7b8abc60f5004cfb42564f89e00bacb293 (diff) | |
download | freebsd-ports-graphics-548a0955005d0cdb81702ee1d611171cb31a5eb6.tar.gz freebsd-ports-graphics-548a0955005d0cdb81702ee1d611171cb31a5eb6.tar.zst freebsd-ports-graphics-548a0955005d0cdb81702ee1d611171cb31a5eb6.zip |
Update to 0.8.1. This builds on 4.3-RC, but not on -CURRENT (well not for
me...).
Diffstat (limited to 'www/seamonkey2/files')
-rw-r--r-- | www/seamonkey2/files/patch-ap | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/www/seamonkey2/files/patch-ap b/www/seamonkey2/files/patch-ap index 0c7ad10d2fa..059c80a10f0 100644 --- a/www/seamonkey2/files/patch-ap +++ b/www/seamonkey2/files/patch-ap @@ -22,15 +22,6 @@ include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk --- security/psm/server/Makefile.orig Tue Dec 19 17:24:58 2000 +++ security/psm/server/Makefile Fri Jan 19 03:49:36 2001 -@@ -39,7 +39,7 @@ - # The following don't need a CPLUSPLUSRUNTIME defined: WINNT, HP-UX - # so filter them out. - ifeq (,$(filter WINNT HP-UX,$(OS_ARCH))) --ifeq ($(OS_ARCH), Linux) -+ifeq ($(OS_ARCH), FreeBSD) - # On linux, we link with libstdc++ (we're always using egcs on linux, right?) - CPLUSPLUSRUNTIME = -L /usr/lib -lstdc++ -lm - else @@ -59,11 +59,11 @@ endif endif |