openbsd-ports/www/seamonkey/patches/patch-mozilla_toolkit_library_Makefile_in
landry 32774b098d Update to seamonkey 2.10.
See http://www.seamonkey-project.org/releases/seamonkey2.10/ for details
- Update lightning to 1.5b1 and enigmail to 1.4.2
- add the rpath hack to workaround #668869
- dont make packaging warnings errors (#763181)
2012-06-11 15:38:33 +00:00

30 lines
666 B
Plaintext

$OpenBSD: patch-mozilla_toolkit_library_Makefile_in,v 1.9 2012/06/11 15:38:33 landry Exp $
--- mozilla/toolkit/library/Makefile.in.orig Fri May 18 06:11:05 2012
+++ mozilla/toolkit/library/Makefile.in Fri May 18 09:27:59 2012
@@ -455,6 +455,12 @@ OS_LIBS += \
$(NULL)
endif
+ifeq ($(OS_ARCH),OpenBSD)
+ifdef MOZ_SYDNEYAUDIO
+EXTRA_DSO_LDOPTS += -lsndio
+endif
+endif
+
ifeq ($(OS_ARCH),Darwin)
ifdef MOZ_SYDNEYAUDIO
OS_LIBS += \
@@ -466,12 +472,6 @@ OS_LIBS += \
-framework Foundation \
-framework AppKit \
$(NULL)
-endif
-endif
-
-ifneq (,$(filter NetBSD OpenBSD,$(OS_ARCH)))
-ifdef MOZ_SYDNEYAUDIO
-EXTRA_DSO_LDOPTS += -lossaudio
endif
endif