pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Use true-GNU patch(1) backup switches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59d362bad95b
branches:  trunk
changeset: 470764:59d362bad95b
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 11 20:58:01 2004 +0000

description:
Use true-GNU patch(1) backup switches.

diffstat:

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

diffs (18 lines):

diff -r 8b0f59dc1131 -r 59d362bad95b mk/defs.Interix.mk
--- a/mk/defs.Interix.mk        Thu Mar 11 20:54:09 2004 +0000
+++ b/mk/defs.Interix.mk        Thu Mar 11 20:58:01 2004 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index