summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-19 06:37:27 +0000
committerjlam <jlam@pkgsrc.org>2004-02-19 06:37:27 +0000
commit0ee68ead27baf9ca7e197bec64193e296b653a18 (patch)
treeb54dcdc801d7cd772e268fa9b5a03522519ed209 /shells
parentf6d13938bc637748b681dd5e90e9733e720ec393 (diff)
downloadpkgsrc-0ee68ead27baf9ca7e197bec64193e296b653a18.tar.gz
The zsh build process inspects the generated config.status file for the
presence of some strings to decide how to build zsh. This is, of course, a stupid thing to do, but we must not override config.status to "fix" this build. This fixes PR 24483.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common9
1 files changed, 8 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index b78e7070758..278c7c93326 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/02/16 20:24:25 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/02/19 06:37:27 jlam Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -18,6 +18,13 @@ USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
+# The zsh build process inspects the generated config.status file for the
+# presence of some strings to decide how to build zsh. This is, of course,
+# a stupid thing to do, but we must not override config.status to "fix"
+# this build.
+#
+CONFIG_STATUS_OVERRIDE= # empty
+
USE_MAKEINFO= YES
INFO_FILES= zsh.info