pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/zsh
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 12 08:38:41 UTC 2017
Modified Files:
pkgsrc/shells/zsh: Makefile
Log Message:
Restore a much simplified version of the tcsetpgrp handling, required as the
configure script fails to autodetect when running in a pbulk environment.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/shells/zsh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/zsh/Makefile
diff -u pkgsrc/shells/zsh/Makefile:1.79 pkgsrc/shells/zsh/Makefile:1.80
--- pkgsrc/shells/zsh/Makefile:1.79 Thu May 11 13:49:06 2017
+++ pkgsrc/shells/zsh/Makefile Fri May 12 08:38:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2017/05/11 13:49:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.80 2017/05/12 08:38:41 jperkin Exp $
DISTNAME= zsh-5.3.1
CATEGORIES= shells
@@ -24,6 +24,14 @@ CONFIGURE_ARGS+= --with-term-lib=
.include "../../mk/bsd.prefs.mk"
+# This cannot be detected automatically without a controlling tty, for example
+# when bulk building.
+.if ${OPSYS} == "Interix"
+CONFIGURE_ARGS+= --without-tcsetpgrp
+.else
+CONFIGURE_ARGS+= --with-tcsetpgrp
+.endif
+
.if ${USE_CROSS_COMPILE:U:tl} == "yes"
# These can't be detected automagically in cross-builds.
CONFIGURE_ENV.NetBSD+= zsh_cv_shared_environ=yes
Home |
Main Index |
Thread Index |
Old Index