summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2015-06-17 10:24:12 +0000
committerwiz <wiz>2015-06-17 10:24:12 +0000
commitd2594855a0494dfa591c6e79a50c9ecee7312721 (patch)
treeddaf185ba78c13756265fe601a06cdf7cc9c7cf3 /devel
parent729a1f3f737aff706d8b0dfee05a607721fc2e9c (diff)
downloadpkgsrc-d2594855a0494dfa591c6e79a50c9ecee7312721.tar.gz
Use bash as configure shell.
markd reports this fixes the build on NetBSD-6.
Diffstat (limited to 'devel')
-rw-r--r--devel/libuuid/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libuuid/Makefile b/devel/libuuid/Makefile
index d6979a14c83..7c37079df4a 100644
--- a/devel/libuuid/Makefile
+++ b/devel/libuuid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/06/14 16:23:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/06/17 10:24:12 wiz Exp $
DISTNAME= util-linux-2.26.2
PKGNAME= ${DISTNAME:S/util-linux/libuuid/}
@@ -21,6 +21,8 @@ PKGCONFIG_OVERRIDE+= libuuid/uuid.pc.in
BUILD_TARGET= libuuid.la libuuid/uuid.pc
INSTALLATION_DIRS+= include/uuid lib/pkgconfig ${PKGMANDIR}/man3
+CONFIG_SHELL= bash
+USE_TOOLS+= bash:build
.include "../../mk/bsd.prefs.mk"