View | Details | Raw Unified | Return to bug 72176
Collapse All | Expand All

(-)/usr/ports/audio/xmms-faad/files/patch-Makefile.am (+12 lines)
Line 0 Link Here
1
--- plugins/xmms/src/Makefile.am.orig	Wed Sep 29 13:33:13 2004
2
+++ plugins/xmms/src/Makefile.am	Wed Sep 29 13:34:27 2004
3
@@ -5,8 +5,7 @@
4
        `$(GTK_CONFIG) --cflags` -DHAVE_GLIB_H=1 \
5
        -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2
6
 
7
-libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \
8
-       $(top_builddir)/common/mp4v2/libmp4v2.la
9
+LIBS=	-lfaad -lmp4v2
10
 
11
 libmp4_la_LDFLAGS = -module -avoid-version `$(XMMS_CONFIG) --libs` \
12
        `$(GTK_CONFIG) --libs` -lpthread -lstdc++

Return to bug 72176