freebsd-ports/multimedia/audacious/files/patch-src_audtool_Makefile
2012-06-22 22:41:27 +00:00

9 lines
334 B
Text

--- src/audtool/Makefile.orig 2012-05-07 10:04:29.639672532 +0300
+++ src/audtool/Makefile 2012-05-07 10:04:45.691668909 +0300
@@ -20,4 +20,5 @@ CPPFLAGS := -I.. -I../.. \
LIBS := -L../libaudclient -laudclient \
${LIBS} \
${DBUS_LIBS} \
- ${GTK_LIBS}
+ ${GTK_LIBS} \
+ ${LIBINTL}