summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>2004-03-11 20:58:01 +0000
committertv <tv>2004-03-11 20:58:01 +0000
commit07af2cdb462c09dd1ef794896fcbdd38a239c4a1 (patch)
treecf5d1ce6fe75b7875c9660600705de2ebd7e875d /mk
parentb3b4628dbd1b51f69e1a582998cd803f7546939f (diff)
downloadpkgsrc-07af2cdb462c09dd1ef794896fcbdd38a239c4a1.tar.gz
Use true-GNU patch(1) backup switches.
Diffstat (limited to '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 34e135bb6dd..5aee261be05 100644
--- a/mk/defs.Interix.mk
+++ b/mk/defs.Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.3 2004/03/11 20:54:09 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.4 2004/03/11 20:58:01 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -124,7 +124,7 @@ _OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_RPATH_NAME= -R # name of symbol in rpath directive to linker
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
-_PATCH_BACKUP_ARG?= -V simple -b # switch to patch(1) for backup suffix
+_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
_PREFORMATTED_MAN_DIR= cat # directory where catman pages are
_USE_GNU_GETTEXT= no # Don't use GNU gettext
_USE_RPATH= yes # add rpath to LDFLAGS