openbsd-ports/www/seamonkey/patches/patch-mozilla_toolkit_library_Makefile_in
landry c34d58f59f Update to seamonkey 2.8. (and enigmail 1.4/lightning 1.3b1)
- Fixes MFSA 2012-12->19
- see http://www.seamonkey-project.org/releases/seamonkey2.8/
- complete patchset for #691898, still fixes build on ppc (and hopefully
commited in firefox 14...)
- add patchset from #706955, workarounds #669050 (xpcshell hangs during
make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:38:33 +00:00

27 lines
728 B
Plaintext

$OpenBSD: patch-mozilla_toolkit_library_Makefile_in,v 1.7 2012/03/16 21:38:33 landry Exp $
--- mozilla/toolkit/library/Makefile.in.orig Fri Mar 9 21:29:43 2012
+++ mozilla/toolkit/library/Makefile.in Sat Mar 10 13:20:44 2012
@@ -503,12 +503,6 @@ OS_LIBS += \
endif
endif
-ifneq (,$(filter NetBSD OpenBSD,$(OS_ARCH)))
-ifdef MOZ_SYDNEYAUDIO
-EXTRA_DSO_LDOPTS += -lossaudio
-endif
-endif
-
ifdef MOZ_PLATFORM_MAEMO
EXTRA_DSO_LDOPTS += $(MOZ_PLATFORM_MAEMO_LIBS)
endif
@@ -600,6 +594,9 @@ OS_LIBS += $(call EXPAND_LIBNAME,usp10 oleaut32)
endif
ifeq ($(OS_ARCH),OpenBSD)
+# GTK2 widget and Sydney audio sndio backends.
+EXTRA_DSO_LDOPTS += -lsndio
+
# Needed by nsAuthGSSAPI
EXTRA_DSO_LDOPTS += -lkrb5 -lcrypto
endif