152aa3ab06
audclient got removed upstream so this breaks some ports
8 lines
376 B
Text
8 lines
376 B
Text
--- src/audtool/Makefile.orig 2014-06-19 16:33:05.570367015 +0200
|
|
+++ src/audtool/Makefile 2014-06-19 16:33:24.317364894 +0200
|
|
@@ -15,4 +15,4 @@
|
|
include ../../extra.mk
|
|
|
|
CPPFLAGS := -I../.. -I../dbus ${CPPFLAGS} ${GLIB_CFLAGS} ${GIO_CFLAGS}
|
|
-LIBS := ../dbus/aud-dbus.a ${LIBS} ${GLIB_LIBS} ${GIO_LIBS}
|
|
+LIBS := ../dbus/aud-dbus.a ${LIBS} ${GLIB_LIBS} ${GIO_LIBS} ${LIBINTL}
|