diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-11-19 00:58:54 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-11-19 00:58:54 +0000 |
commit | cf5671975da11ff6efa681f2a2827c9e9a497db8 (patch) | |
tree | d28159062eaab4879d892ca821b0d4a396ee3c22 /mail/lightning/files/patch-js_src_Makefile.in | |
parent | - Do not append version number to f2py executable (diff) |
- Fix pthreads for sqlite3
- Merge some more patches from www/firefox
Submitted by: sajd via irc.freenode.org/#FreeBSD-GNOME
Notes
Notes:
svn path=/head/; revision=177549
Diffstat (limited to 'mail/lightning/files/patch-js_src_Makefile.in')
-rw-r--r-- | mail/lightning/files/patch-js_src_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/lightning/files/patch-js_src_Makefile.in b/mail/lightning/files/patch-js_src_Makefile.in new file mode 100644 index 000000000000..fb0bd7f1986b --- /dev/null +++ b/mail/lightning/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))) |