pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh Always build with tcsetpgrp support on Drag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1096d8ad79e0
branches:  trunk
changeset: 527940:1096d8ad79e0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 16 19:01:28 2007 +0000

description:
Always build with tcsetpgrp support on DragonFly, makig zsh not
depend on a control terminal during build.

diffstat:

 shells/zsh/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91a6af902b89 -r 1096d8ad79e0 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Mon Apr 16 18:47:19 2007 +0000
+++ b/shells/zsh/Makefile.common        Mon Apr 16 19:01:28 2007 +0000
@@ -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 @@
 
 .if ${OPSYS} == "Interix"
 CONFIGURE_ARGS+=--without-tcsetpgrp
-.elif ${OPSYS} == "IRIX"
+.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly"
 CONFIGURE_ARGS+=--with-tcsetpgrp
 .endif
 



Home | Main Index | Thread Index | Old Index