openbsd-ports/mail/mozilla-thunderbird/patches/patch-mozilla_toolkit_library_Makefile_in
landry ed7f541523 Update to thunderbird 12.0.1/Lightning 1.4b1/enigmail 1.5pre
See http://www.mozilla.org/en-US/thunderbird/12.0/releasenotes/

Same comments as for firefox 12, only to mention that .0.1 is a bugfix
release to fix POP issues introduced in 12.0. Tested by nigel@ (thanks!)
2012-04-30 15:32:06 +00:00

30 lines
667 B
Plaintext

$OpenBSD: patch-mozilla_toolkit_library_Makefile_in,v 1.12 2012/04/30 15:32:06 landry Exp $
--- mozilla/toolkit/library/Makefile.in.orig Sat Apr 21 00:40:25 2012
+++ mozilla/toolkit/library/Makefile.in Wed Apr 25 17:50:16 2012
@@ -484,6 +484,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 += \
@@ -495,12 +501,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