diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-10 07:02:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-10 07:02:47 +0000 |
commit | fa815812c538427b0274a190218111c407a3a552 (patch) | |
tree | 5f11fef905fd73441db63521a57d756f32a4d6f4 /www/firefox36/files/patch-security-coreconf-FreeBSD.mk | |
parent | - Update to 0.730 (diff) |
Temporarily roll firefox back to 1.5.0.8 so that we can tag this security
fix release for 6.2.
Approved by: secteam
portmgr
Diffstat (limited to 'www/firefox36/files/patch-security-coreconf-FreeBSD.mk')
-rw-r--r-- | www/firefox36/files/patch-security-coreconf-FreeBSD.mk | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/firefox36/files/patch-security-coreconf-FreeBSD.mk b/www/firefox36/files/patch-security-coreconf-FreeBSD.mk index 0f7a04a0279f..3e0e14acaaf2 100644 --- a/www/firefox36/files/patch-security-coreconf-FreeBSD.mk +++ b/www/firefox36/files/patch-security-coreconf-FreeBSD.mk @@ -1,6 +1,6 @@ ---- security/coreconf/FreeBSD.mk.orig Mon Sep 25 18:26:23 2006 -+++ security/coreconf/FreeBSD.mk Mon Sep 25 18:27:03 2006 -@@ -45,8 +45,12 @@ +--- 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 @@ -13,12 +13,16 @@ OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -73,7 +77,7 @@ +@@ -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 - MKSHLIB += -Wl,--version-script,$(MAPFILE) + # Add LD options to restrict exported symbols to those in the map file endif |