summaryrefslogtreecommitdiff
path: root/audio/xmms-dspectogram
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-dspectogram
parentaaac659eb8e74cc431087875585e7f569c812fea (diff)
downloadpkgsrc-467d8adb70fbb19998bb0be606dbe8c20ab50c0e.tar.gz
use $GTK_CONFIG over gtk-config
Diffstat (limited to 'audio/xmms-dspectogram')
-rw-r--r--audio/xmms-dspectogram/Makefile3
-rw-r--r--audio/xmms-dspectogram/distinfo4
-rw-r--r--audio/xmms-dspectogram/patches/patch-aa4
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/xmms-dspectogram/Makefile b/audio/xmms-dspectogram/Makefile
index bb49d6a7d29..3c819e18b7c 100644
--- a/audio/xmms-dspectogram/Makefile
+++ b/audio/xmms-dspectogram/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/16 03:10:43 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/16 03:20:46 hubertf Exp $
#
DISTNAME= dspectogram-1.2
@@ -14,6 +14,7 @@ DEPENDS+= xmms>=1.2.5:../../audio/xmms
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-dspectogram/distinfo b/audio/xmms-dspectogram/distinfo
index da3a6119133..6016be419d1 100644
--- a/audio/xmms-dspectogram/distinfo
+++ b/audio/xmms-dspectogram/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/08/16 02:26:21 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2001/08/16 03:20:46 hubertf Exp $
SHA1 (dspectogram-1.2.tar.gz) = defad396e898efdaa597312629afc1b46bd7e9c9
Size (dspectogram-1.2.tar.gz) = 40791 bytes
-SHA1 (patch-aa) = 8e7780bd3d3145264e9e154714020d857ce57fc8
+SHA1 (patch-aa) = f61a8b8e6243c1da1ef4da356cf7f2a25d7a1e92
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`