diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-08-26 00:41:45 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-08-26 00:41:45 +0000 |
commit | ee58918900b2e53bb5107c5df07fdf02185947d4 (patch) | |
tree | aa9a0c077c63ec5fd68adaba015c83dc3593fe96 /mk | |
parent | 114924e23f97acaac3942e57133686125534d0b3 (diff) | |
download | pkgsrc-ee58918900b2e53bb5107c5df07fdf02185947d4.tar.gz |
If gpatch is installed, set _OPSYS_GPATCH_REQUIRED to YES, so that further
down we get the correct value for _PATCH_BACKUP_ARG and friends.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defs.IRIX.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index dbf62fb2e8a..7832b288d31 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.54 2004/08/15 22:21:14 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.55 2004/08/26 00:41:45 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -56,6 +56,7 @@ MV?= /sbin/mv NICE?= /sbin/nice .if exists(${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}patch) PATCH?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}patch +_OPSYS_GPATCH_REQD= YES .else PATCHV!= /usr/sbin/patch -v 2>&1 | ${CUT} -d" " -f3 . if ${PATCHV} == "2.1" |