diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-03-19 11:42:52 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-03-19 11:42:52 +0000 |
commit | 07a95a41a80570bb5d94c57ea89668a258ff32ea (patch) | |
tree | 19c35b2e6a6c11fad466708b3d3f8ebb95b26433 /www/firefox3-devel/files/patch-config-rules.mk | |
parent | - Do not extract things during `pre-patch' phase (diff) |
Readd firefox-devel at version 3.0.a2
Notes
Notes:
svn path=/head/; revision=187714
Diffstat (limited to 'www/firefox3-devel/files/patch-config-rules.mk')
-rw-r--r-- | www/firefox3-devel/files/patch-config-rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox3-devel/files/patch-config-rules.mk b/www/firefox3-devel/files/patch-config-rules.mk new file mode 100644 index 000000000000..8ab35f5a8326 --- /dev/null +++ b/www/firefox3-devel/files/patch-config-rules.mk @@ -0,0 +1,13 @@ +--- 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 +-EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic +-endif ++EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc + endif + + ifeq ($(OS_ARCH),NetBSD) |