From 1e48515837343c3dcceab894a4f5a89439690208 Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Wed, 23 Jun 2010 20:14:40 +0000 Subject: - Remove www/firefox3: Upstream support dropped. Please consider using www/firefox or www/firefox35 (if you depend on the java plugin) instead. Feature safe: yes --- .../files/patch-security-coreconf-FreeBSD.mk | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 www/firefox3/files/patch-security-coreconf-FreeBSD.mk (limited to 'www/firefox3/files/patch-security-coreconf-FreeBSD.mk') diff --git a/www/firefox3/files/patch-security-coreconf-FreeBSD.mk b/www/firefox3/files/patch-security-coreconf-FreeBSD.mk deleted file mode 100644 index 992a34b3d1f5..000000000000 --- a/www/firefox3/files/patch-security-coreconf-FreeBSD.mk +++ /dev/null @@ -1,42 +0,0 @@ ---- security/coreconf/FreeBSD.mk.orig 2008-07-12 07:28:59.000000000 -0700 -+++ security/coreconf/FreeBSD.mk 2009-11-09 22:42:09.000000000 -0800 -@@ -45,8 +45,24 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else -+ifeq ($(OS_TEST),amd64) -+CPU_ARCH = amd64 -+else -+ifeq ($(OS_TEST),ia64) -+CPU_ARCH = ia64 -+else -+ifeq ($(OS_TEST),powerpc) -+CPU_ARCH = powerpc -+else -+ifeq ($(OS_TEST),sparc64) -+CPU_ARCH = sparc64 -+else - CPU_ARCH = x86 - endif -+endif -+endif -+endif -+endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +89,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif -@@ -82,4 +98,4 @@ - - G++INCLUDES = -I/usr/include/g++ - --INCLUDES += -I/usr/X11R6/include -+#INCLUDES += -I/usr/local/include -- cgit v1.2.3