ports/multimedia/audacious/files/patch-src-audtool-Makefile
2008-02-28 05:41:17 +00:00

13 lines
388 B
Text

--- src/audtool/Makefile.orig 2007-11-26 17:58:26.000000000 +0100
+++ src/audtool/Makefile 2007-11-26 17:57:34.000000000 +0100
@@ -18,8 +18,8 @@
${BEEP_DEFINES} \
${ARCH_DEFINES} \
${MOWGLI_CFLAGS}
-LIBS += ${DBUS_LIBS} \
- -L../libaudclient -laudclient \
+LIBS += -L../libaudclient -laudclient \
+ ${DBUS_LIBS} \
${GTK_LIBS} \
${MOWGLI_LIBS} \
${LIBGLADE_LIBS}