summaryrefslogtreecommitdiff
path: root/audio/xmms-dspectogram/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-dspectogram/patches/patch-aa')
-rw-r--r--audio/xmms-dspectogram/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-dspectogram/patches/patch-aa b/audio/xmms-dspectogram/patches/patch-aa
index 1aad57bd6b3..df40d94d6a7 100644
--- a/audio/xmms-dspectogram/patches/patch-aa
+++ b/audio/xmms-dspectogram/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 02:26:21 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2001/08/16 03:20:46 hubertf Exp $
--- Makefile.orig Sat Jan 20 15:20:49 2001
+++ Makefile
@@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/08/16 02:26:21 hubertf Exp $
-CFLAGS = $(OPT) -Wall -fPIC `gtk-config --cflags gthread`
-LFLAGS = -shared -fPIC -L/usr/local/lib
-OBJ = dspectogram.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 = dspectogram.lo
INSTALL-DIR=`xmms-config --visualization-plugin-dir`