summaryrefslogtreecommitdiff
path: root/audio/xmms-dscope/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-08-16 03:20:45 +0000
committerhubertf <hubertf>2001-08-16 03:20:45 +0000
commite2e6b5059a0bdfced3fd00e9fd09b1018cf86317 (patch)
tree05a16e18ae32f165cf8117cf1c13b6cd2ff23564 /audio/xmms-dscope/patches
parentdf1394bc21384ed83b83fe7582fde2cd47aae202 (diff)
downloadpkgsrc-e2e6b5059a0bdfced3fd00e9fd09b1018cf86317.tar.gz
use $GTK_CONFIG over gtk-config
Diffstat (limited to 'audio/xmms-dscope/patches')
-rw-r--r--audio/xmms-dscope/patches/patch-aa4
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`