From 35db4d77a88685218dfd1c8a1a662866c9ccdc12 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 19 Jul 2014 20:32:15 +0000 Subject: fix CONFIG_SHELL for bash to correctly use TOOLS_PATH --- x11/gtk3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gtk3') diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 09c5096b7e6..ecfa2d8fb7e 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2014/06/18 09:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2014/07/19 20:32:15 richard Exp $ DISTNAME= gtk+-3.10.7 PKGNAME= ${DISTNAME:S/gtk/gtk3/} @@ -22,7 +22,7 @@ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen GNU_CONFIGURE= yes # XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh -CONFIG_SHELL= bash +CONFIG_SHELL= ${TOOLS_PATH.bash} CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata # Work around build problems, disable unstable PAPI, PR #41608: CONFIGURE_ARGS+= --disable-papi -- cgit v1.2.3