summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-config-rules.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-28 01:14:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-28 01:14:52 +0000
commit68e3c7d8e1336ebc30ea81f1604d4615efed5aee (patch)
tree49791b022cb415ec439de7592217e20ea487db02 /mail/thunderbird/files/patch-config-rules.mk
parent[PATCH] ports/emulators/fmsx is outdated, update supplied (diff)
* Update to 0.5
* Fix a potential hang with esound * Fix some potential pthread issues * Add more platform compatibility patches * Fix libiconv support * Pull in some patches from firefox to shorten the plist some Special thanks to ale for getting a clean source tarball and hosting it. For the details on what's new in the release, please see: http://www.mozilla.org/projects/thunderbird/release-notes.html
Notes
Notes: svn path=/head/; revision=102336
Diffstat (limited to 'mail/thunderbird/files/patch-config-rules.mk')
-rw-r--r--mail/thunderbird/files/patch-config-rules.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-config-rules.mk b/mail/thunderbird/files/patch-config-rules.mk
new file mode 100644
index 000000000000..ecc3c8194dcc
--- /dev/null
+++ b/mail/thunderbird/files/patch-config-rules.mk
@@ -0,0 +1,14 @@
+--- 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
+