From 867b3fc258155f7ac227d82314ac9ee9d409c82d Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 11 Nov 2005 00:15:48 +0000 Subject: - Merge firefox-devel from ports to firefox MC so we can test firefox 1.5 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5099 df743ca5-7f9a-e211-a948-0013205c9059 --- www/firefox10/files/patch-config-rules.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 www/firefox10/files/patch-config-rules.mk (limited to 'www/firefox10/files/patch-config-rules.mk') diff --git a/www/firefox10/files/patch-config-rules.mk b/www/firefox10/files/patch-config-rules.mk new file mode 100644 index 000000000..a3482d2eb --- /dev/null +++ b/www/firefox10/files/patch-config-rules.mk @@ -0,0 +1,17 @@ +$FreeBSD$ + $MCom$ + +--- config/rules.mk.orig Tue Aug 26 13:28:47 2003 ++++ config/rules.mk Sun Feb 1 15:11:41 2004 +@@ -444,7 +444,11 @@ + + ifeq ($(OS_ARCH),FreeBSD) + ifdef IS_COMPONENT ++ifneq (,$(filter alpha ia64,$(OS_TEST))) ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc ++else + EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic ++endif + endif + endif + -- cgit v1.2.3