pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk If gpatch is installed, set _OPSYS_GPATCH_REQUIRED ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/567f34ab99d4
branches:  trunk
changeset: 479910:567f34ab99d4
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Aug 26 00:41:45 2004 +0000

description:
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:

 mk/defs.IRIX.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f7861d9ed43b -r 567f34ab99d4 mk/defs.IRIX.mk
--- a/mk/defs.IRIX.mk   Thu Aug 26 00:01:36 2004 +0000
+++ b/mk/defs.IRIX.mk   Thu Aug 26 00:41:45 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index