ports/mail/lightning/files/patch-storage_build_Makefile.in
Michael Johnson 47815bcda5 - Mark CONFLICTS with lightning-xpi
- Enable pthread on sqlite

Obtained from:			www/firefox
Originally submitted by:	marcus
2006-11-18 05:08:06 +00:00

10 lines
271 B
Text

--- storage/build/Makefile.in.orig Tue Feb 21 11:18:56 2006
+++ storage/build/Makefile.in Sun Nov 5 16:16:06 2006
@@ -77,6 +77,7 @@
$(EXTRA_DSO_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_JS_LIBS) \
+ %%PTHREAD_LIBS%% \
$(NULL)
include $(topsrcdir)/config/rules.mk