diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-09 00:04:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-09 00:04:49 +0000 |
commit | 67db2ba0736df472d1b2f346b10d29a18685fe66 (patch) | |
tree | ceccd0ea86cd16c1ea3c516eec67b0549466b5d1 /www/firefox-devel/files/patch-config-rules.mk | |
parent | - update to 2.64 (diff) |
- Update to 2.0rc2
Notes
Notes:
svn path=/head/; revision=175015
Diffstat (limited to 'www/firefox-devel/files/patch-config-rules.mk')
-rw-r--r-- | www/firefox-devel/files/patch-config-rules.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/firefox-devel/files/patch-config-rules.mk b/www/firefox-devel/files/patch-config-rules.mk index ecc3c8194dcc..7377726fdc66 100644 --- a/www/firefox-devel/files/patch-config-rules.mk +++ b/www/firefox-devel/files/patch-config-rules.mk @@ -1,14 +1,11 @@ ---- 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 @@ +--- config/rules.mk.orig Fri Jul 7 00:13:36 2006 ++++ config/rules.mk Sun Sep 3 00:04:03 2006 +@@ -443,7 +443,7 @@ ifeq ($(OS_ARCH),FreeBSD) ifdef IS_COMPONENT -+ifneq (,$(filter alpha ia64,$(OS_TEST))) +-EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic +EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc -+else - EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif endif endif |