summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2015-05-03 14:23:09 +0000
committersevan <sevan@pkgsrc.org>2015-05-03 14:23:09 +0000
commita2273e7a9331f68f0274e26f13079549f292ccae (patch)
treecc0507a7f4dd7b6b942914290dd9d88729226fc2 /devel
parentfd6f4ec637930ce8e8f24074e60866eb6f20a822 (diff)
downloadpkgsrc-a2273e7a9331f68f0274e26f13079549f292ccae.tar.gz
Switch AIX to using pdksh as the default shell too.
"/bin/sh: There is no process to read data written to a pipe." is logged using system supplied shell during the scan stage of a bulkbuildi otherwise. Reviewed by wiz@
Diffstat (limited to 'devel')
-rw-r--r--devel/bmake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile
index 329f3f6a7cd..39e510ede30 100644
--- a/devel/bmake/Makefile
+++ b/devel/bmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2015/04/16 11:40:43 joerg Exp $
+# $NetBSD: Makefile,v 1.69 2015/05/03 14:23:09 sevan Exp $
DISTNAME= bmake-20140314
PKGREVISION= 1
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.if !empty(MACHINE_PLATFORM:MSunOS-5.11-*) && exists(/usr/bin/bash)
CONFIGURE_ARGS+= --with-defshell=/usr/bin/bash
-.elif ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "IRIX"
+.elif ${OPSYS} == "SunOS" || ${OPSYS} == "OSF1" || ${OPSYS} == "IRIX" || ${OPSYS} == "AIX"
DEPENDS+= pdksh-[0-9]*:../../shells/pdksh
CONFIGURE_ARGS+= --with-defshell=${PREFIX}/bin/pdksh
.endif