From f653846dbc6aca27ebb57dc416023ede12f1aae1 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 1 Jun 2010 13:26:31 +0000 Subject: [PATCH] add "bash" to USE_TOOLS, needed because we have CONFIG_SHELL=bash, add a commant why the latter is done noticed by Greg Oster --- x11/gtk2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 9e628fd5348..3b124130d27 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2010/04/15 01:09:55 wiz Exp $ +# $NetBSD: Makefile,v 1.201 2010/05/31 17:34:33 drochner Exp $ DISTNAME= gtk+-2.20.1 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -23,12 +23,13 @@ CONFLICTS+= gail-[0-9]* SUPERSEDES= gail-[0-9]* USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config bash USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_AUTO_VARS= yes GNU_CONFIGURE= yes +# XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh CONFIG_SHELL= bash CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata # Work around build problems, disable unstable PAPI, PR #41608: -- 2.41.0