4026e2478b
See http://www.seamonkey-project.org/releases/seamonkey2.2/ for details. - sync ipc patches from Firefox - remove a bunch of useless patches - install under lib/seamonkey-2.2 instead of using our homegrown install target. - install langpacks as plain xpi instead of unzipping them, greatly shrinking PLIST
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:31:57 landry Exp $
|
|
'no target to build -lnss3, needed by libxul.so.17.1'
|
|
--- mozilla/toolkit/library/libxul-config.mk.orig Mon Jun 27 05:11:16 2011
|
|
+++ mozilla/toolkit/library/libxul-config.mk Sat Jul 2 11:40:44 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)
|