freebsd-ports/multimedia/audacious/files/patch-src_audtool_Makefile
Oliver Lehmann 152aa3ab06 update audacious to 3.5
audclient got removed upstream so this breaks some ports
2014-06-21 15:09:24 +00:00

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}