summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xine-lib/patches/patch-ax')
-rw-r--r--multimedia/xine-lib/patches/patch-ax13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/xine-lib/patches/patch-ax b/multimedia/xine-lib/patches/patch-ax
new file mode 100644
index 00000000000..84cbd865a59
--- /dev/null
+++ b/multimedia/xine-lib/patches/patch-ax
@@ -0,0 +1,13 @@
+$NetBSD: patch-ax,v 1.7 2008/04/15 19:25:28 drochner Exp $
+
+--- src/libxineadec/Makefile.in.orig 2008-04-15 19:30:36.000000000 +0200
++++ src/libxineadec/Makefile.in
+@@ -482,7 +482,7 @@ xineplug_decode_lpcm_la_SOURCES = xine_l
+ xineplug_decode_lpcm_la_CFLAGS = $(VISIBILITY_FLAG)
+ xineplug_decode_lpcm_la_LIBADD = $(XINE_LIB)
+ xineplug_decode_vorbis_la_SOURCES = xine_vorbis_decoder.c
+-xineplug_decode_vorbis_la_LIBADD = $(XINE_LIB) $(VORBIS_LIBS) $(OGG_LIBS)
++xineplug_decode_vorbis_la_LIBADD = $(XINE_LIB) $(VORBIS_LIBS) $(OGG_LIBS) $(LTLIBINTL)
+ xineplug_decode_vorbis_la_CFLAGS = $(VISIBILITY_FLAG) $(VORBIS_CFLAGS)
+ xineplug_decode_speex_la_SOURCES = xine_speex_decoder.c
+ xineplug_decode_speex_la_LIBADD = $(XINE_LIB) $(SPEEX_LIBS)