summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-21 13:58:22 +0000
committertv <tv@pkgsrc.org>2005-03-21 13:58:22 +0000
commit6fe837f39d56322882d4abe5f01a5893df553cf3 (patch)
treefbdeda483e90a40e39978389aec34eb34e321130 /mk
parentd78394063de3c31fb76f72ad4b9c425143aa4782 (diff)
downloadpkgsrc-6fe837f39d56322882d4abe5f01a5893df553cf3.tar.gz
Don't claim that the "gawk" bundled with Interix is really gawk. It's
old and buggy, and if a package wants USE_GNU_TOOLS+=awk, pull in lang/gawk instead for less problems.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index 7fef938af27..30d08af518b 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.52 2005/02/11 15:59:41 tv Exp $
+# $NetBSD: tools.mk,v 1.53 2005/03/21 13:58:22 tv Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -132,7 +132,8 @@ USE_GNU_TOOLS= ${_tools}
# system, so no need to pull in the pkgsrc versions; we will use these
# instead.
#
-_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-*
+#_TOOLS_OPSYS_HAS_GNU.awk+= Interix-*-* # too old and buggy; use lang/gawk
+_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Linux-*-* OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.awk+= NetBSD-1.[0-6]*-* DragonFly-*-*
_TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-*
_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-* DragonFly-*-*