pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/zsh Make tcsetpgrp the default for all platform...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f759134ae953
branches: trunk
changeset: 543382:f759134ae953
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jun 16 12:39:48 2008 +0000
description:
Make tcsetpgrp the default for all platforms but Interix.
Please list exceptions explicitly.
diffstat:
shells/zsh/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6eeb3f8b58a5 -r f759134ae953 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common Mon Jun 16 10:52:33 2008 +0000
+++ b/shells/zsh/Makefile.common Mon Jun 16 12:39:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2007/11/04 15:58:24 agc Exp $
+# $NetBSD: Makefile.common,v 1.45 2008/06/16 12:39:48 joerg Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -78,7 +78,7 @@
.if ${OPSYS} == "Interix"
CONFIGURE_ARGS+=--without-tcsetpgrp
-.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly"
+.else
CONFIGURE_ARGS+=--with-tcsetpgrp
.endif
Home |
Main Index |
Thread Index |
Old Index