14 lines
737 B
Text
14 lines
737 B
Text
|
$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)
|