diff options
Diffstat (limited to 'audio/xmms-dscope/patches/patch-aa')
-rw-r--r-- | audio/xmms-dscope/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-dscope/patches/patch-aa b/audio/xmms-dscope/patches/patch-aa index 722964279be..a966dab219c 100644 --- a/audio/xmms-dscope/patches/patch-aa +++ b/audio/xmms-dscope/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 02:24:09 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2001/08/16 03:20:46 hubertf Exp $ --- Makefile.orig Sat Jan 20 15:18:28 2001 +++ Makefile @@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/08/16 02:24:09 hubertf Exp $ -CFLAGS = $(OPT) -Wall -fPIC `gtk-config --cflags gthread` -LFLAGS = -shared -fPIC -L/usr/local/lib -OBJ = dscope.o -+CFLAGS+= $(OPT) -Wall -fPIC `gtk-config --cflags gthread` ++CFLAGS+= $(OPT) -Wall -fPIC `${GTK_CONFIG} --cflags gthread` +#LFLAGS = -shared -fPIC -L/usr/local/lib +OBJ = dscope.lo INSTALL-DIR=`xmms-config --visualization-plugin-dir` |