summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-mm
diff options
context:
space:
mode:
authorryoon <ryoon>2013-11-13 13:27:45 +0000
committerryoon <ryoon>2013-11-13 13:27:45 +0000
commitd63ac5ebd091675b8325bd99287605e8e179e63c (patch)
tree61bf1d18b30ef57e74775aaf3863bd9f2c82c808 /mail/thunderbird17/patches/patch-mm
parentf34641e0e3cd159d979682275b48aaf9e7020eb0 (diff)
downloadpkgsrc-d63ac5ebd091675b8325bd99287605e8e179e63c.tar.gz
Import thunderbird17-17.0.10 as mail/thunderbird17.
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit. This package tracks 24 ESR release branch.
Diffstat (limited to 'mail/thunderbird17/patches/patch-mm')
-rw-r--r--mail/thunderbird17/patches/patch-mm21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/thunderbird17/patches/patch-mm b/mail/thunderbird17/patches/patch-mm
new file mode 100644
index 00000000000..7c946194d8b
--- /dev/null
+++ b/mail/thunderbird17/patches/patch-mm
@@ -0,0 +1,21 @@
+$NetBSD: patch-mm,v 1.1 2013/11/13 13:27:45 ryoon Exp $
+
+--- mozilla/toolkit/library/Makefile.in.orig 2012-11-22 19:26:22.000000000 +0000
++++ mozilla/toolkit/library/Makefile.in
+@@ -371,14 +371,11 @@ endif
+
+ EXTRA_DSO_LDOPTS += $(call EXPAND_LIBNAME_PATH,gkmedias,$(DIST)/lib)
+
+-ifdef MOZ_SYDNEYAUDIO
+-ifeq ($(OS_ARCH),Linux)
++ifneq (,$(MOZ_CUBEB)$(MOZ_SYDNEYAUDIO))
++ifdef MOZ_ALSA
+ EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS)
+ endif
+-endif
+-
+ ifdef MOZ_PULSEAUDIO
+-ifdef MOZ_CUBEB
+ EXTRA_DSO_LDOPTS += $(MOZ_PULSEAUDIO_LIBS)
+ endif
+ endif