From ae20e873048b7b427d5e8de736acdd7b981f7815 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 8 Jan 2007 06:54:34 +0000 Subject: Added patch to the built-in IRIX tools. Without that definition, it is impossible to do any work, since almost all packages have patches and devel/patch has a broken configure script, which makes the build fail. --- mk/tools/tools.IRIX.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/tools/tools.IRIX.mk b/mk/tools/tools.IRIX.mk index 2219eca9f57..e858230ef14 100644 --- a/mk/tools/tools.IRIX.mk +++ b/mk/tools/tools.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.IRIX.mk,v 1.17 2006/10/17 06:06:14 rillig Exp $ +# $NetBSD: tools.IRIX.mk,v 1.18 2007/01/08 06:54:34 rillig Exp $ # # System-supplied tools for the IRIX operating system. @@ -51,6 +51,7 @@ TOOLS_PLATFORM.mail?= /usr/bin/mail TOOLS_PLATFORM.mkdir?= /sbin/mkdir -p TOOLS_PLATFORM.mv?= /sbin/mv TOOLS_PLATFORM.nice?= /sbin/nice +TOOLS_PLATFORM.patch?= /usr/sbin/patch .if exists(/usr/bin/printf) TOOLS_PLATFORM.printf?= /usr/bin/printf .endif -- cgit v1.2.3