summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-27 21:27:07 +0000
committeragc <agc@pkgsrc.org>2001-12-27 21:27:07 +0000
commit0b9363342fb143aeda56082342af786eec1da99a (patch)
tree70ded53478a8fab6d635b6a69258761bd7967934 /mk/defs.Darwin.mk
parenta07f02e565a2be988490dc4fd330c7fc1b364bba (diff)
downloadpkgsrc-0b9363342fb143aeda56082342af786eec1da99a.tar.gz
Darwin's patch(1) requires that you tell it to make backup files, as well
as giving it a suffix to name the backup file.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index c59eb27250c..ea4a5c042d1 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.15 2001/12/19 10:29:11 agc Exp $
+# $NetBSD: defs.Darwin.mk,v 1.16 2001/12/27 21:27:07 agc Exp $
#
# Variable definitions for the Darwin operating system.
@@ -71,6 +71,6 @@ _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= -z # switch to patch(1) for backup file
+_PATCH_BACKUP_ARG= -b -z # switch to patch(1) for backup file
_PREFORMATTED_MAN_DIR= cat # directory where catman pages are
_USE_RPATH= no # don't add rpath to LDFLAGS