summaryrefslogtreecommitdiff
path: root/mk/defs.Interix.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/defs.Interix.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/defs.Interix.mk')
-rw-r--r--mk/defs.Interix.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk
index 6b7a814d5b7..26b9028fb8a 100644
--- a/mk/defs.Interix.mk
+++ b/mk/defs.Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.13 2004/04/21 14:55:32 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.14 2004/04/22 03:36:30 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -47,7 +47,7 @@ MKDIR?= /bin/mkdir -p
MTREE?= ${LOCALBASE}/sbin/mtree
MV?= /bin/mv
NICE?= /bin/nice
-PATCH?= /bin/patch
+PATCH?= ${LOCALBASE}/bin/gpatch
.if exists(${LOCALBASE}/bin/pax)
PAX?= ${LOCALBASE}/bin/pax
.else