summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-js_src_Makefile.in
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-20 17:35:26 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-20 17:35:26 +0000
commitb39aab511cae0fae2f11eec4bcb3873e074df60e (patch)
tree4d38ae09103f1ecaef34b8f24d1db3c9c59551ce /mail/thunderbird-esr/files/patch-js_src_Makefile.in
parentUpdate to 0.8.6b (diff)
- Update to 2.0.0.0
Release Notes: http://mozilla.com/thunderbird/2.0.0.0/releasenotes/
Notes
Notes: svn path=/head/; revision=190451
Diffstat (limited to 'mail/thunderbird-esr/files/patch-js_src_Makefile.in')
-rw-r--r--mail/thunderbird-esr/files/patch-js_src_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-js_src_Makefile.in b/mail/thunderbird-esr/files/patch-js_src_Makefile.in
new file mode 100644
index 000000000000..fb0bd7f1986b
--- /dev/null
+++ b/mail/thunderbird-esr/files/patch-js_src_Makefile.in
@@ -0,0 +1,10 @@
+--- js/src/Makefile.in.orig Wed Oct 18 09:23:09 2006
++++ js/src/Makefile.in Wed Oct 18 09:27:27 2006
+@@ -244,6 +244,7 @@
+ endif
+
+ LDFLAGS += $(pathsubst -l%,$(NSPR_STATIC_PATH)/%.a,$(NSPR_LIBS))
++LDFLAGS += -lc
+
+ # BeOS and HP-UX do not require the extra linking of "-lm"
+ ifeq (,$(filter BeOS HP-UX WINNT WINCE OpenVMS,$(OS_ARCH)))