aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
commit306a0595289a1660e82e229cd0db19e1ff4ef59d (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Diffstat (limited to 'www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk')
-rw-r--r--www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk b/www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk
deleted file mode 100644
index 783d452b2896..000000000000
--- a/www/mozilla-devel/files/patch-security::coreconf::FreeBSD.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-
-$FreeBSD$
-
---- security/coreconf/FreeBSD.mk.orig Sat Mar 9 00:17:36 2002
-+++ security/coreconf/FreeBSD.mk Tue Mar 12 17:19:15 2002
-@@ -35,9 +35,7 @@
-
- include $(CORE_DEPTH)/coreconf/UNIX.mk
-
--DEFAULT_COMPILER = gcc
--CC = gcc
--CCC = g++
-+CCC = ${CXX}
- RANLIB = ranlib
-
- ifeq ($(OS_TEST),alpha)
-@@ -70,7 +68,7 @@
- DLL_SUFFIX = so.1.0
- endif
-
--MKSHLIB = $(CC) $(DSO_LDOPTS)
-+MKSHLIB = $(CC) $(DSO_LDOPTS) -o $@
- ifdef MAPFILE
- # Add LD options to restrict exported symbols to those in the map file
- endif