diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-08 06:54:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-08 06:54:34 +0000 |
commit | ae20e873048b7b427d5e8de736acdd7b981f7815 (patch) | |
tree | c59d257194fd5555458dfafdb51ee8b155b880cc /mk/tools | |
parent | 5a242992689f74184b0b39be321b561a454513a4 (diff) | |
download | pkgsrc-ae20e873048b7b427d5e8de736acdd7b981f7815.tar.gz |
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.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.IRIX.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |