mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
64b99a8e32
PR: ports/72176 Approved by: maintainer timeout (20 days) adamw (mentor)
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
--- plugins/xmms/src/Makefile.am.orig Wed Sep 29 13:33:13 2004
|
|
+++ plugins/xmms/src/Makefile.am Wed Sep 29 13:34:27 2004
|
|
@@ -5,8 +5,7 @@
|
|
`$(GTK_CONFIG) --cflags` -DHAVE_GLIB_H=1 \
|
|
-I$(top_srcdir)/include -I$(top_srcdir)/common/mp4v2
|
|
|
|
-libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \
|
|
- $(top_builddir)/common/mp4v2/libmp4v2.la
|
|
+LIBS= -lfaad -lmp4v2
|
|
|
|
libmp4_la_LDFLAGS = -module -avoid-version `$(XMMS_CONFIG) --libs` \
|
|
`$(GTK_CONFIG) --libs` -lpthread -lstdc++
|