pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk make sure _TOOLS_HAS_GNU.<tool> is initialised. fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e31fe2ce315d
branches:  trunk
changeset: 481885:e31fe2ce315d
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Oct 14 11:41:40 2004 +0000

description:
make sure _TOOLS_HAS_GNU.<tool> is initialised. from Michael van Elst
in PR pkg/27258.

diffstat:

 mk/tools.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c9f324c0c1a7 -r e31fe2ce315d mk/tools.mk
--- a/mk/tools.mk       Thu Oct 14 11:10:00 2004 +0000
+++ b/mk/tools.mk       Thu Oct 14 11:41:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.44 2004/10/14 09:56:52 grant Exp $
+# $NetBSD: tools.mk,v 1.45 2004/10/14 11:41:40 grant Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -174,6 +174,7 @@
 
 # Default to not requiring GNU tools.
 .for _tool_ in ${_TOOLS}
+_TOOLS_HAS_GNU.${_tool_}?=     NO
 _TOOLS_NEED_GNU.${_tool_}?=    NO
 _TOOLS_REPLACE.${_tool_}?=     NO
 _TOOLS_OVERRIDE.${_tool_}?=    NO



Home | Main Index | Thread Index | Old Index