diff options
author | richard <richard@pkgsrc.org> | 2014-07-19 20:32:15 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-07-19 20:32:15 +0000 |
commit | 35db4d77a88685218dfd1c8a1a662866c9ccdc12 (patch) | |
tree | c275aafec1cc783b56ffacb288b8a9267258343b | |
parent | 16d8e5919488f85815b5ed3b4b6419b0665abb99 (diff) | |
download | pkgsrc-35db4d77a88685218dfd1c8a1a662866c9ccdc12.tar.gz |
fix CONFIG_SHELL for bash to correctly use TOOLS_PATH
-rw-r--r-- | x11/gtk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |