openbsd-ports/mail/mozilla-thunderbird/patches/patch-mozilla_widget_gtk2_Makefile_in
landry d6fe9b934c Update to thunderbird 15.0/lightning 1.7b1/enigmail 1.4.4.
- see http://www.mozilla.org/en-US/thunderbird/15.0/releasenotes/
- garbage collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio.
- remove patch from , merged upstream (mfbt/double-conversion)
- remove patches from , merged upstream (yarr jit ppc)
- remove useless crashreporter patch, we don't have breakpad
- garbage collect sunbird.desktop since it's unlikely sunbird will ever
build from tb again..
2012-09-01 14:22:45 +00:00

16 lines
409 B
Plaintext

$OpenBSD: patch-mozilla_widget_gtk2_Makefile_in,v 1.2 2012/09/01 14:22:45 landry Exp $
--- mozilla/widget/gtk2/Makefile.in.orig Sat Aug 25 02:31:35 2012
+++ mozilla/widget/gtk2/Makefile.in Sat Sep 1 01:59:42 2012
@@ -21,6 +21,11 @@ LIBXUL_LIBRARY = 1
NATIVE_THEME_SUPPORT = 1
+ifeq ($(OS_ARCH),OpenBSD)
+ifdef MOZ_SYDNEYAUDIO
+EXTRA_DSO_LDOPTS += -lsndio
+endif
+endif
CSRCS = \
mozcontainer.c \