freebsd-ports/multimedia/audacious/files/patch-src-audtool-Makefile
Oliver Lehmann 3b298f63e2 update audacious to 2.0.1
bump portrevision on dependant ports
2009-05-21 07:47:01 +00:00

16 lines
432 B
Text

--- src/audtool/Makefile.orig 2009-05-14 11:38:38.000000000 +0200
+++ src/audtool/Makefile 2009-05-14 11:38:49.000000000 +0200
@@ -18,10 +18,10 @@
${ARCH_DEFINES} \
${MOWGLI_CFLAGS}
-LDFLAGS += ${AUDLDFLAGS}
+LDFLAGS = ${AUDLDFLAGS}
-LIBS += ${DBUS_LIBS} \
- -L../libaudclient -laudclient \
+LIBS = -L../libaudclient -laudclient \
+ ${DBUS_LIBS} \
${GTK_LIBS} \
${MOWGLI_LIBS} \
${LIBMCS_LIBS}