From cb0f4ec310ee1cc51e45593a20fffac1f0a5847c Mon Sep 17 00:00:00 2001 From: tcort Date: Tue, 12 Feb 2013 23:27:24 +0000 Subject: shells/bash2: disable job control on Minix OK by wiz --- shells/bash2/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index c7dbb341cef..1a8cfd942b6 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2012/09/11 23:25:07 asau Exp $ +# $NetBSD: Makefile,v 1.83 2013/02/12 23:27:24 tcort Exp $ # DISTNAME= bash-2.05b @@ -57,6 +57,11 @@ BUILDLINK_DEPMETHOD.readline= build CONFIGURE_ENV+= ac_cv_type_wctype_t=no .endif +# Minix lacks setpgid() which is needed for job control. +.if ${OPSYS} == "Minix" +CONFIGURE_ARGS+= --disable-job-control +.endif + BUILDLINK_API_DEPENDS.readline+= readline>=4.3 .include "../../devel/gettext-lib/buildlink3.mk" -- cgit v1.2.3