pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Let's do another _TOOLS_REPLACE_OPSYS dance for Int...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7e8ce365f1c
branches:  trunk
changeset: 481771:d7e8ce365f1c
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Oct 12 01:17:36 2004 +0000

description:
Let's do another _TOOLS_REPLACE_OPSYS dance for Interix.  It ships with a
version of gawk in /usr/contrib/bin, so use that instead.

diffstat:

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

diffs (18 lines):

diff -r d53d5110cda2 -r d7e8ce365f1c mk/tools.mk
--- a/mk/tools.mk       Tue Oct 12 00:13:37 2004 +0000
+++ b/mk/tools.mk       Tue Oct 12 01:17:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.40 2004/10/11 23:38:54 tv Exp $
+# $NetBSD: tools.mk,v 1.41 2004/10/12 01:17:36 tv Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -151,7 +151,7 @@
 # mk/platform/*.mk for the definitions), so no need to pull in the pkgsrc
 # versions; we will use these instead.
 #
-_TOOLS_REPLACE_OPSYS.awk+=     SunOS-*-*
+_TOOLS_REPLACE_OPSYS.awk+=     SunOS-*-* Interix-*-*
 _TOOLS_REPLACE_OPSYS.grep+=    SunOS-*-*
 _TOOLS_REPLACE_OPSYS.lex+=     # empty
 _TOOLS_REPLACE_OPSYS.m4+=      # empty



Home | Main Index | Thread Index | Old Index