61b81486f8
Convert port to use mozilla MODULE, which gains us --enable-libxul, so way less libs are installed. Bring patches/files inline with other mozilla ports. java plugin still works. ok/testing sthen@ naddy@
17 lines
437 B
Plaintext
17 lines
437 B
Plaintext
$OpenBSD: patch-media_libsydneyaudio_src_Makefile_in,v 1.3 2010/08/02 16:05:37 landry Exp $
|
|
--- media/libsydneyaudio/src/Makefile.in.orig Thu Jul 1 10:39:20 2010
|
|
+++ media/libsydneyaudio/src/Makefile.in Sat Jul 31 11:05:30 2010
|
|
@@ -83,6 +83,12 @@ CSRCS = \
|
|
$(NULL)
|
|
endif
|
|
|
|
+ifeq ($(OS_ARCH),OpenBSD)
|
|
+CSRCS = \
|
|
+ sydney_audio_sndio.c \
|
|
+ $(NULL)
|
|
+endif
|
|
+
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
OS_LIBS += winmm.lib
|
|
endif
|