openbsd-ports/audio/audacious-plugins/patches/patch-src_ladspa_Makefile
stsp 5e8d12eb8d Update to audacious-plugins-3.2.
With sndio plugin updates by ratchov and myself.
ok ratchov ajacoutot
2012-03-20 19:10:56 +00:00

13 lines
450 B
Plaintext

$OpenBSD: patch-src_ladspa_Makefile,v 1.2 2012/03/20 19:10:56 stsp Exp $
--- src/ladspa/Makefile.orig Fri Jan 20 20:48:30 2012
+++ src/ladspa/Makefile Sun Feb 5 19:59:48 2012
@@ -9,7 +9,7 @@ include ../../buildsys.mk
include ../../extra.mk
plugindir := ${plugindir}/${EFFECT_PLUGIN_DIR}
-
+LIBS += ${GTK_LIBS} ${GLIB_LIBS}
CPPFLAGS += -I../.. ${PTHREAD_CFLAGS} ${GTK_CFLAGS}
CFLAGS += ${PLUGIN_CFLAGS}
LIBS += -lm ${PTHREAD_LIBS} ${GTK_LIBS}