From 207200dcc07daa73af71e0487dff7f2042e300ee Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 16 Apr 2007 19:01:28 +0000 Subject: Always build with tcsetpgrp support on DragonFly, makig zsh not depend on a control terminal during build. --- shells/zsh/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 17673bad893..b33634f02b3 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2007/02/22 19:27:10 wiz Exp $ +# $NetBSD: Makefile.common,v 1.38 2007/04/16 19:01:28 joerg Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -71,7 +71,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST .if ${OPSYS} == "Interix" CONFIGURE_ARGS+=--without-tcsetpgrp -.elif ${OPSYS} == "IRIX" +.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly" CONFIGURE_ARGS+=--with-tcsetpgrp .endif -- cgit v1.2.3