openbsd-ports/www/mozilla-firefox/patches/patch-media_libsydneyaudio_src_Makefile_in
landry 3d95990410 Update to firefox 11.0.
- Fixes MFSA 2012-12->19
- see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/
- complete patchset for #691898, still fixes build on ppc (and hopefully
  commited in firefox 14...)
- add patchset from #706955, workarounds #669050 (xpcshell hangs during
  make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:31:24 +00:00

18 lines
472 B
Plaintext

$OpenBSD: patch-media_libsydneyaudio_src_Makefile_in,v 1.5 2012/03/16 21:31:24 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
--- media/libsydneyaudio/src/Makefile.in.orig Thu Feb 2 00:39:20 2012
+++ media/libsydneyaudio/src/Makefile.in Tue Feb 14 18:42:12 2012
@@ -100,6 +100,12 @@ CSRCS = \
$(NULL)
endif
+ifeq ($(OS_ARCH),OpenBSD)
+CSRCS = \
+ sydney_audio_sndio.c \
+ $(NULL)
+endif
+
ifeq ($(OS_ARCH),WINNT)
OS_LIBS += winmm.lib
endif