summaryrefslogtreecommitdiff
path: root/www/mozilla-vendor/files/patch-ap
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /www/mozilla-vendor/files/patch-ap
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'www/mozilla-vendor/files/patch-ap')
-rw-r--r--www/mozilla-vendor/files/patch-ap49
1 files changed, 0 insertions, 49 deletions
diff --git a/www/mozilla-vendor/files/patch-ap b/www/mozilla-vendor/files/patch-ap
deleted file mode 100644
index 059c80a10f0f..000000000000
--- a/www/mozilla-vendor/files/patch-ap
+++ /dev/null
@@ -1,49 +0,0 @@
---- security/coreconf/config.mk.orig Thu Jan 18 21:58:30 2001
-+++ security/coreconf/config.mk Thu Jan 18 21:58:41 2001
-@@ -56,7 +56,7 @@
- # each OS release. #
- #######################################################################
-
--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/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 @@
- endif
- endif
-
--ifeq ($(OS_ARCH), Linux)
-+ifeq ($(OS_ARCH), FreeBSD)
- ifdef USE_PTHREADS
- # Replace OS_LIBS, because the order of libpthread, libdl, and libc are
- # very important. Otherwise you get horrible crashes.
--OS_LIBS = -lpthread -ldl -lc
-+OS_LIBS = -pthread
- endif
- endif
-
-@@ -153,8 +153,8 @@
- XPCOM_LINK_LIBS = -lxpcom
- XPCOM_LIBS += $(DIST)/lib/libz.$(DLL_SUFFIX)
- else
--NSPR_LINK_LIBS = $(NSPR_LIBS)
--XPCOM_LINK_LIBS = $(XPCOM_LIBS)
-+NSPR_LINK_LIBS = -L$(DIST)/lib -lnspr4 -lplc4 -lplds4
-+XPCOM_LINK_LIBS = -lxpcom
- endif
-
- ifndef MOZ_DIST