diff options
author | lukem <lukem@pkgsrc.org> | 2002-03-14 02:28:22 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-03-14 02:28:22 +0000 |
commit | 35dc87e3560fb7916913d065e1259b9261d4fbe8 (patch) | |
tree | a0bd892991773e9eff5971f33af5331423bc6a28 /mk/defs.Darwin.mk | |
parent | 10a608f7edbefbf05d74dc21886074c1f49b3732 (diff) | |
download | pkgsrc-35dc87e3560fb7916913d065e1259b9261d4fbe8.tar.gz |
make _PATCH_BACKUP_ARG be more useful to callers by moving "-V simple"
definition to be part of it instead of appending to PATCH_ARGS.
otherwise, $VERSION_CONTROL or $PATCH_VERSION_CONTROL would still
override -b/-z.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index 7c78e4e475c..fd3c6bb1eac 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.19 2002/03/11 12:48:52 yyamano Exp $ +# $NetBSD: defs.Darwin.mk,v 1.20 2002/03/14 02:28:23 lukem Exp $ # # Variable definitions for the Darwin operating system. @@ -73,7 +73,7 @@ _IMAKE_MAKE= ${MAKE} # program which gets invoked by imake _OPSYS_HAS_GMAKE= yes # GNU make is standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available -_PATCH_BACKUP_ARG= -b -z # switch to patch(1) for backup file +_PATCH_BACKUP_ARG= -V simple -b -z # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= cat # directory where catman pages are _USE_RPATH= no # don't add rpath to LDFLAGS |