openbsd-ports/mail/mozilla-thunderbird/patches/patch-mozilla_toolkit_library_Makefile_in
landry cab0cacb6d Update to thunderbird 17.0/enigmail 1.4.6/lightning 1.9b1.
- see http://www.mozilla.org/en-US/thunderbird/17.0/releasenotes/ for details
- tidy up WANTLIB/CONFIGURE_ARGS
- enable the gio/libnotify interaction. If libnotify is found at
  runtime, a popup will show incoming messages notification.
- install an icon in pixmaps/ for the desktop file, like in ffx
- remove patch-mozilla_browser_app_profile_firefox_js, this is spar^Wthunderbird!
- for the other patches removed/added, same comments as for ffx apply
2012-11-24 10:32:41 +00:00

30 lines
665 B
Plaintext

$OpenBSD: patch-mozilla_toolkit_library_Makefile_in,v 1.17 2012/11/24 10:32:42 landry Exp $
--- mozilla/toolkit/library/Makefile.in.orig Thu Oct 11 01:37:26 2012
+++ mozilla/toolkit/library/Makefile.in Sat Oct 20 10:56:54 2012
@@ -461,6 +461,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 += \
@@ -473,12 +479,6 @@ OS_LIBS += \
-framework AppKit \
-framework Security \
$(NULL)
-endif
-endif
-
-ifneq (,$(filter NetBSD OpenBSD,$(OS_ARCH)))
-ifdef MOZ_SYDNEYAUDIO
-EXTRA_DSO_LDOPTS += -lossaudio
endif
endif