summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-08-10 17:40:00 +0000
committerjoerg <joerg@pkgsrc.org>2008-08-10 17:40:00 +0000
commitaa3dd259858020e93d649988e6fcd59d5cd3ce56 (patch)
treef9c7b958f61562c645fc97b5113975aeebf0b349 /mk
parent135d1550d6dc6c705d18dddf0a6558a8eb5dd4ee (diff)
downloadpkgsrc-aa3dd259858020e93d649988e6fcd59d5cd3ce56.tar.gz
Use patch --suffix instead of -b, the latter will be problematic when
PR 11220 gets addressed.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/NetBSD.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk
index d4a6a814af5..b55ff8abe84 100644
--- a/mk/platform/NetBSD.mk
+++ b/mk/platform/NetBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.30 2008/04/03 14:07:51 joerg Exp $
+# $NetBSD: NetBSD.mk,v 1.31 2008/08/10 17:40:00 joerg Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -87,7 +87,7 @@ _OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type
_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?= -V simple --suffix # switch to patch(1) for backup suffix
_USE_RPATH= yes # add rpath to LDFLAGS
# flags passed to the linker to extract all symbols from static archives.