b02b46dbd5
http://www.mozilla.org/en-US/thunderbird/5.0/releasenotes/ - sync ipc patches from firefox - install under lib/thunderbird-5.0 instead of using the handmade install target - remove a bunch of pointless patches Been running with it since a while, tested by a few on ports@, thanks!
20 lines
595 B
Plaintext
20 lines
595 B
Plaintext
$OpenBSD: patch-mozilla_toolkit_library_libxul-config_mk,v 1.1 2011/07/24 07:10:12 landry Exp $
|
|
'no target to build -lnss3, needed by libxul.so.17.1'
|
|
--- mozilla/toolkit/library/libxul-config.mk.orig Sat May 28 00:44:34 2011
|
|
+++ mozilla/toolkit/library/libxul-config.mk Mon May 30 14:28:56 2011
|
|
@@ -341,12 +341,13 @@ EXTRA_DSO_LDOPTS += \
|
|
$(PNG_LIBS) \
|
|
$(QCMS_LIBS) \
|
|
$(MOZ_JS_LIBS) \
|
|
- $(NSS_LIBS) \
|
|
$(MOZ_CAIRO_LIBS) \
|
|
$(MOZ_HARFBUZZ_LIBS) \
|
|
$(MOZ_OTS_LIBS) \
|
|
$(MOZ_APP_EXTRA_LIBS) \
|
|
$(NULL)
|
|
+
|
|
+OS_LIBS += $(NSS_LIBS)
|
|
|
|
ifdef MOZ_NATIVE_ZLIB
|
|
EXTRA_DSO_LDOPTS += $(ZLIB_LIBS)
|