diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-11-01 13:20:11 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-11-01 13:20:11 +0000 |
commit | fbfa560ad9bbde32c16c9c676b5a2159d12ec13b (patch) | |
tree | a47a979af2885ddb2e130afef3182d1e97b28242 /www/firefox/files/patch-config-rules.mk | |
parent | ru-apache and ru-apacvhe+mod_ssl were fixed. (diff) |
- Update to 2.0
Release notes: http://www.mozilla.com/en-US/firefox/2.0/releasenotes/
Special thanks to marcus and many others for helping test and fixing
bugs!
Diffstat (limited to 'www/firefox/files/patch-config-rules.mk')
-rw-r--r-- | www/firefox/files/patch-config-rules.mk | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/www/firefox/files/patch-config-rules.mk b/www/firefox/files/patch-config-rules.mk index ecc3c8194dcc..8ab35f5a8326 100644 --- a/www/firefox/files/patch-config-rules.mk +++ b/www/firefox/files/patch-config-rules.mk @@ -1,14 +1,13 @@ ---- 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 Thu Sep 14 14:07:03 2006 ++++ config/rules.mk Wed Oct 18 11:00:09 2006 +@@ -442,9 +442,7 @@ + endif ifeq ($(OS_ARCH),FreeBSD) - ifdef IS_COMPONENT -+ifneq (,$(filter alpha ia64,$(OS_TEST))) +-ifdef IS_COMPONENT +-EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic +-endif +EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc -+else - EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -+endif - endif endif + ifeq ($(OS_ARCH),NetBSD) |