diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-29 22:55:39 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-29 22:55:39 +0000 |
commit | 72a9b044643ac6260cb4042570436fbf61bd14c7 (patch) | |
tree | b1e360bd44fb9a3cbf050133df898598f8c94c7c /www/firefox35/files/patch-config-rules.mk | |
parent | - Update to 0.8.0a (diff) |
- Remove firefox-devel since firefox 1.5 is stable now
Notes
Notes:
svn path=/head/; revision=149965
Diffstat (limited to 'www/firefox35/files/patch-config-rules.mk')
-rw-r--r-- | www/firefox35/files/patch-config-rules.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/firefox35/files/patch-config-rules.mk b/www/firefox35/files/patch-config-rules.mk deleted file mode 100644 index 491bd4e607e0..000000000000 --- a/www/firefox35/files/patch-config-rules.mk +++ /dev/null @@ -1,17 +0,0 @@ -$FreeBSD$ - $MCom: ports/www/firefox-devel/files/patch-config-rules.mk,v 1.6 2005/07/14 05:25:44 ahze Exp $ - ---- 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 - |