From a3adfc2cf57b600a49a56665fa0155ad0158d27b Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 29 Mar 2006 20:45:19 +0000 Subject: - Readd firefox-devel at version 2.0a1 - Add support for USE_GECKO=firefox-devel - Fix pkg-deinstall to not remove MOZDIR/extensions --- .../files/patch-security-coreconf-FreeBSD.mk | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 www/firefox35/files/patch-security-coreconf-FreeBSD.mk (limited to 'www/firefox35/files/patch-security-coreconf-FreeBSD.mk') diff --git a/www/firefox35/files/patch-security-coreconf-FreeBSD.mk b/www/firefox35/files/patch-security-coreconf-FreeBSD.mk new file mode 100644 index 000000000000..3e0e14acaaf2 --- /dev/null +++ b/www/firefox35/files/patch-security-coreconf-FreeBSD.mk @@ -0,0 +1,28 @@ +--- security/coreconf/FreeBSD.mk.orig Wed Mar 26 20:17:25 2003 ++++ security/coreconf/FreeBSD.mk Sun Nov 21 22:59:49 2004 +@@ -43,8 +43,12 @@ + ifeq ($(OS_TEST),alpha) + CPU_ARCH = alpha + else ++ifeq ($(OS_TEST),amd64) ++CPU_ARCH = amd64 ++else + CPU_ARCH = x86 + endif ++endif + + OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK + +@@ -71,7 +75,11 @@ + DLL_SUFFIX = so.1.0 + endif + +-MKSHLIB = $(CC) $(DSO_LDOPTS) ++ifneq (,$(filter alpha ia64,$(OS_TEST))) ++MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ ++else ++MKSHLIB = $(CC) -Wl,-Bsymbolic $(DSO_LDOPTS) -o $@ ++endif + ifdef MAPFILE + # Add LD options to restrict exported symbols to those in the map file + endif -- cgit v1.2.3