pkgsrc/multimedia/xine-lib/patches/patch-src_audio__out_Makefile.am
wiz 726fbfa251 Remove three patches that I think are not needed any longer.
If I'm wrong, let me know why.

Add upstream bug report URLs to nearly all remaining patches,
after filing these upstream bug reports.

Hi everyone who patched this without doing that!
2014-05-18 15:38:18 +00:00

15 lines
671 B
Text

$NetBSD: patch-src_audio__out_Makefile.am,v 1.3 2014/05/18 15:38:18 wiz Exp $
https://bugs.xine-project.org/show_bug.cgi?id=522
--- src/audio_out/Makefile.am.orig 2012-02-04 00:41:43.000000000 +0000
+++ src/audio_out/Makefile.am
@@ -81,7 +81,7 @@ xineplug_ao_out_file_la_SOURCES = audio_
xineplug_ao_out_file_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
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_alsa_la_SOURCES = audio_alsa_out.c
xineplug_ao_out_alsa_la_LIBADD = $(XINE_LIB) $(ALSA_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL)