summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xine-lib/patches/patch-be')
-rw-r--r--multimedia/xine-lib/patches/patch-be21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/xine-lib/patches/patch-be b/multimedia/xine-lib/patches/patch-be
deleted file mode 100644
index 4de10248e0b..00000000000
--- a/multimedia/xine-lib/patches/patch-be
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-be,v 1.10 2011/11/16 19:45:37 drochner Exp $
-
---- src/audio_out/Makefile.in.orig 2011-11-13 01:37:24.000000000 +0000
-+++ src/audio_out/Makefile.in
-@@ -458,6 +458,7 @@ OBJDUMP = @OBJDUMP@
- OBJEXT = @OBJEXT@
- OPENGL_CFLAGS = @OPENGL_CFLAGS@
- OPENGL_LIBS = @OPENGL_LIBS@
-+OSS_LIBS = @OSS_LIBS@
- OTOOL = @OTOOL@
- OTOOL64 = @OTOOL64@
- PACKAGE = @PACKAGE@
-@@ -662,7 +663,7 @@ xineplug_ao_out_file_la_SOURCES = audio_
- xineplug_ao_out_file_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
- xineplug_ao_out_file_la_CFLAGS = $(VISIBILITY_FLAG)
- xineplug_ao_out_oss_la_SOURCES = audio_oss_out.c
--xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
-+xineplug_ao_out_oss_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(OSS_LIBS)
- xineplug_ao_out_oss_la_CFLAGS = $(VISIBILITY_FLAG)
- xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c
- xineplug_ao_out_alsa_la_LIBADD = $(XINE_LIB) $(ALSA_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL)