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.SunOS.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.SunOS.mk')
-rw-r--r-- | mk/defs.SunOS.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk index d9052182644..7e5e1d3dfae 100644 --- a/mk/defs.SunOS.mk +++ b/mk/defs.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.SunOS.mk,v 1.38 2002/12/03 19:17:34 agc Exp $ +# $NetBSD: defs.SunOS.mk,v 1.39 2002/12/03 19:24:28 agc Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -100,6 +100,7 @@ _OPSYS_HAS_MANZ= no # no MANZ for 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= -R # name of symbol in rpath directive to linker +_PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG= -V simple -z # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= man # directory where catman pages are _USE_GNU_GETTEXT= yes # Use GNU gettext |