freebsd-ports/multimedia/audacious/files/patch-extra.mk.in
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

10 lines
296 B
Makefile

--- extra.mk.in.orig 2016-08-24 14:50:57 UTC
+++ extra.mk.in
@@ -12,6 +12,7 @@ GMODULE_LIBS ?= @GMODULE_LIBS@
GTK_CFLAGS ?= @GTK_CFLAGS@
GTK_LIBS ?= @GTK_LIBS@
QTCORE_CFLAGS ?= @QTCORE_CFLAGS@
+LIBINTL ?= @LIBINTL@
QTCORE_LIBS ?= @QTCORE_LIBS@
QT_CFLAGS ?= @QT_CFLAGS@
QT_LIBS ?= @QT_LIBS@