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-esr/files/patch-js_src_Makefile.in | |
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-esr/files/patch-js_src_Makefile.in')
-rw-r--r-- | www/firefox-esr/files/patch-js_src_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-js_src_Makefile.in b/www/firefox-esr/files/patch-js_src_Makefile.in new file mode 100644 index 000000000000..fb0bd7f1986b --- /dev/null +++ b/www/firefox-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))) |