diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-16 12:39:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-16 12:39:48 +0000 |
commit | ee594975d457dfea952d7a088ea3235b0ac97445 (patch) | |
tree | afebc25c4b4ec6c58f219a5813058148f75cd0aa /shells | |
parent | 805f9ab58692b911f16b4052fee40289efe8343b (diff) | |
download | pkgsrc-ee594975d457dfea952d7a088ea3235b0ac97445.tar.gz |
Make tcsetpgrp the default for all platforms but Interix.
Please list exceptions explicitly.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 2cae147fa01..ad8ffdc7ac8 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -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 @@ PLIST_SRC+= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST .if ${OPSYS} == "Interix" CONFIGURE_ARGS+=--without-tcsetpgrp -.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly" +.else CONFIGURE_ARGS+=--with-tcsetpgrp .endif |