- 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
8 lines
354 B
Text
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}
|