pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh The zsh build process inspects the generate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9aafb73f2227
branches:  trunk
changeset: 469042:9aafb73f2227
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 19 06:37:27 2004 +0000

description:
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:

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

diffs (23 lines):

diff -r 0ff82041c7fc -r 9aafb73f2227 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Thu Feb 19 04:49:40 2004 +0000
+++ b/shells/zsh/Makefile.common        Thu Feb 19 06:37:27 2004 +0000
@@ -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_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
 



Home | Main Index | Thread Index | Old Index