diff options
author | agc <agc@pkgsrc.org> | 2002-12-03 19:24:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-12-03 19:24:26 +0000 |
commit | 1418b13a8084c9e9eb7be44a48c03246eb50ee5e (patch) | |
tree | 24239a50380d75349efa578fa61c313e54319482 /mk/defs.Darwin.mk | |
parent | 642c8c8176b382464f0cc7d87cb02eed07975e1b (diff) | |
download | pkgsrc-1418b13a8084c9e9eb7be44a48c03246eb50ee5e.tar.gz |
Use ${_PATCH_CAN_BACKUP} rather than hardcoding an OPSYS value into
the logic for doing backups when applying patches, and set the value
accordingly in the opsys-dependent defs file.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index ed2412e89ab..a2266eed4d3 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.35 2002/12/03 19:17:34 agc Exp $ +# $NetBSD: defs.Darwin.mk,v 1.36 2002/12/03 19:24:27 agc Exp $ # # Variable definitions for the Darwin operating system. @@ -84,6 +84,7 @@ _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available _OPSYS_LIBTOOL_REQD= 1.4.20010614nb9 # base version of libtool required _OPSYS_RPATH_NAME= # no name of symbol in rpath directive to linker +_PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG= -V simple -b -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 |