opnsense-ports/multimedia/audacious/files/patch-src_audtool_Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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}