freebsd-ports/multimedia/audacious/files/patch-src_audtool_Makefile
Olivier Duchateau 2385e17ab2 - Update to 3.8
- Rewrite COMMENT and pkg-descr
- Move pkg-message into files/ directory
- Adjust dependencies (reported by QA script)
- Replace CPPFLAGS and LDFLAGS by USES= localbase
- Remove TOOLKITS option (delete all reference to QT5) and DBUS (mandatory now)
- Re-generate patches (with 'make makepatch')

Add multimedia/audacious-gtk3 port
2016-09-22 12:38:57 +00:00

8 lines
354 B
Text

--- src/audtool/Makefile.orig 2016-08-24 14:50:57 UTC
+++ src/audtool/Makefile
@@ -15,4 +15,4 @@ include ../../buildsys.mk
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}