summaryrefslogtreecommitdiff
path: root/multimedia/xine-ui/patches/patch-am
blob: 842780b001091fa8240e0301874777629b4adf3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.1 2005/09/20 12:15:34 dmcmahill Exp $

--- src/xitk/Makefile.in.orig	2004-07-04 12:26:05.000000000 -0400
+++ src/xitk/Makefile.in
@@ -319,7 +319,7 @@ xine_remote_SOURCES = xine-remote.c
 xine_remote_DEPENDENCIES = $(top_builddir)/src/common/libcommon.la \
 			   xine-remote.c
 
-xine_remote_LDADD = $(INTLLIBS) $(NET_LIBS) $(THREAD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) \
+xine_remote_LDADD = @XINE_LIBS@ $(INTLLIBS) $(NET_LIBS) $(THREAD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) \
 	$(top_builddir)/src/common/libcommon.la $(DBG_LIBS)