summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2014-07-05 05:10:48 +0000
committerrichard <richard@pkgsrc.org>2014-07-05 05:10:48 +0000
commit879ae3e404ea53cb137016dec54497cebff1419f (patch)
tree70a2a404dad4aa9ea25f65c24033e002cf32ff24 /lang/perl5
parent880599de5a04ed42cd1009d8b18648044c19fa8b (diff)
downloadpkgsrc-879ae3e404ea53cb137016dec54497cebff1419f.tar.gz
Use bash on SunOS, as pdksh (at least on x86_64) has issues for the moment.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 5037b107543..0779d7ac090 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2014/06/08 23:35:55 joerg Exp $
+# $NetBSD: Makefile,v 1.229 2014/07/05 05:10:48 richard Exp $
.include "license.mk"
.include "Makefile.common"
@@ -120,6 +120,11 @@ CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= -sde
MAKE_ENV+= LC_ALL="C"
+.if ${OPSYS} == "SunOS"
+USE_TOOLS+= bash
+CONFIG_SHELL= ${TOOLS_PATH.bash}
+.endif
+
TEST_TARGET= test
# Policy.sh generation