summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authortv <tv>2004-04-22 03:36:30 +0000
committertv <tv>2004-04-22 03:36:30 +0000
commitaf080128b2e5e615b31267bd3f9e4e2363c513ac (patch)
treea5506c0a94fbf25b9edebdcf5c76e2beb7a6ddc4 /mk/tools.mk
parent88795526a9ec42d6a43e9796192c952c43917bb9 (diff)
downloadpkgsrc-af080128b2e5e615b31267bd3f9e4e2363c513ac.tar.gz
So the patch(1) shipped with Interix is just *slightly* too old: it can't
cope with "new" files (i.e., -0+0 starting line). Do what AIX does and make pkgsrc depend on textproc/patch for Interix.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index c8224316417..a8c72ca63dd 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.32 2004/03/29 14:03:09 grant Exp $
+# $NetBSD: tools.mk,v 1.33 2004/04/22 03:36:30 tv Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -139,7 +139,7 @@ _TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
_TOOLS_OPSYS_HAS_GNU.lex+= OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.m4+= # empty
_TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-*
-_TOOLS_OPSYS_HAS_GNU.patch+= Darwin-*-* FreeBSD-*-* Interix-*-* Linux-*-*
+_TOOLS_OPSYS_HAS_GNU.patch+= Darwin-*-* FreeBSD-*-* Linux-*-*
_TOOLS_OPSYS_HAS_GNU.patch+= NetBSD-*-* OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.sed+= FreeBSD-*-* Linux-*-* NetBSD-*-*
_TOOLS_OPSYS_HAS_GNU.yacc+= Linux-*-*