summaryrefslogtreecommitdiffstats
path: root/www/firefox10/files/patch-config-rules.mk
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-11 08:15:48 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-11 08:15:48 +0800
commit867b3fc258155f7ac227d82314ac9ee9d409c82d (patch)
treeede8da8a1623a02b2b9765180462708cfe25f333 /www/firefox10/files/patch-config-rules.mk
parentb7139ec5cb6a8b897e1b996065dd18c0b2889569 (diff)
downloadmarcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar
marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.gz
marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.bz2
marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.lz
marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.xz
marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.tar.zst
marcuscom-ports-867b3fc258155f7ac227d82314ac9ee9d409c82d.zip
- 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
Diffstat (limited to 'www/firefox10/files/patch-config-rules.mk')
-rw-r--r--www/firefox10/files/patch-config-rules.mk17
1 files changed, 17 insertions, 0 deletions
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
+