summaryrefslogtreecommitdiff
path: root/audio/xmms-dscope
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-08-16 03:20:45 +0000
committerhubertf <hubertf@pkgsrc.org>2001-08-16 03:20:45 +0000
commit467d8adb70fbb19998bb0be606dbe8c20ab50c0e (patch)
tree05a16e18ae32f165cf8117cf1c13b6cd2ff23564 /audio/xmms-dscope
parentaaac659eb8e74cc431087875585e7f569c812fea (diff)
downloadpkgsrc-467d8adb70fbb19998bb0be606dbe8c20ab50c0e.tar.gz
use $GTK_CONFIG over gtk-config
Diffstat (limited to 'audio/xmms-dscope')
-rw-r--r--audio/xmms-dscope/Makefile3
-rw-r--r--audio/xmms-dscope/distinfo4
-rw-r--r--audio/xmms-dscope/patches/patch-aa4
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile
index 8df7b36c742..89c5dc7f4a8 100644
--- a/audio/xmms-dscope/Makefile
+++ b/audio/xmms-dscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/08/16 03:10:43 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/16 03:20:45 hubertf Exp $
#
DISTNAME= dscope-1.2
@@ -12,6 +12,7 @@ COMMENT= XMMS plugin for dual scope
USE_X11= yes
USE_LIBTOOL= yes
+MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk}
pre-build:
cd ${WRKSRC} ; ${MAKE} clean
diff --git a/audio/xmms-dscope/distinfo b/audio/xmms-dscope/distinfo
index becce9f80cb..7be7f34d563 100644
--- a/audio/xmms-dscope/distinfo
+++ b/audio/xmms-dscope/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/08/16 02:24:09 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2001/08/16 03:20:45 hubertf Exp $
SHA1 (dscope-1.2.tar.gz) = 5a4750c0a8170c1e2d263df1212262b3adad1210
Size (dscope-1.2.tar.gz) = 34353 bytes
-SHA1 (patch-aa) = 5d58167310bc6b609388518d7026952a2d6ac9bc
+SHA1 (patch-aa) = bd20e420afa4bc5257afaa17f0b015fdd0e7b853
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`