pkgsrc/mail/thunderbird10/patches/patch-mp
ryoon 2d936aaaf2 Import thunderbird10-10.0.3 as mail/thunderbird10
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 09:45:26 +00:00

17 lines
444 B
Text

$NetBSD: patch-mp,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
--- mozilla/media/libsydneyaudio/src/Makefile.in.orig 2012-02-16 10:25:19.000000000 +0000
+++ mozilla/media/libsydneyaudio/src/Makefile.in
@@ -97,6 +97,12 @@ ifeq ($(OS_ARCH),WINNT)
OS_LIBS += winmm.lib
endif
+ifdef PKGSRC_PULSEAUDIO
+CSRCS = \
+ sydney_audio_pulseaudio.c \
+ $(NULL)
+endif
+
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES += -I$(srcdir)/../include