diff options
Diffstat (limited to 'www/seamonkey/files/patch-ap')
-rw-r--r-- | www/seamonkey/files/patch-ap | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/www/seamonkey/files/patch-ap b/www/seamonkey/files/patch-ap index 059c80a10f0..2db3c470725 100644 --- a/www/seamonkey/files/patch-ap +++ b/www/seamonkey/files/patch-ap @@ -1,28 +1,17 @@ ---- security/coreconf/config.mk.orig Thu Jan 18 21:58:30 2001 -+++ security/coreconf/config.mk Thu Jan 18 21:58:41 2001 +--- security/coreconf/config.mk.orig Tue Mar 13 21:00:48 2001 ++++ security/coreconf/config.mk Mon May 14 18:13:01 2001 @@ -56,7 +56,7 @@ # each OS release. # ####################################################################### --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) +-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET))) ++ifeq (,$(filter-out BSD_OS NetBSD OS2 FreeBSD,$(OS_TARGET))) include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk else include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk ---- security/psm/Makefile.in.orig Thu Jan 18 22:00:05 2001 -+++ security/psm/Makefile.in Thu Jan 18 22:00:19 2001 -@@ -28,7 +28,7 @@ - CORE_DEPTH=$(topsrcdir)/security - - include $(CORE_DEPTH)/coreconf/arch.mk --ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET))) -+ifeq (,$(filter-out NetBSD OS2 FreeBSD,$(OS_TARGET))) - include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk - else - 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 -@@ -59,11 +59,11 @@ +--- security/psm/server/Makefile.orig Fri Mar 30 21:46:06 2001 ++++ security/psm/server/Makefile Mon May 14 18:03:23 2001 +@@ -67,11 +67,11 @@ endif endif @@ -36,7 +25,7 @@ endif endif -@@ -153,8 +153,8 @@ +@@ -165,8 +165,8 @@ XPCOM_LINK_LIBS = -lxpcom XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX) else |