forked from Lainports/freebsd-ports
9 lines
334 B
Text
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}
|