pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Use patch --suffix instead of -b, the latt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd4931259b0d
branches: trunk
changeset: 545703:bd4931259b0d
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Aug 10 17:40:00 2008 +0000
description:
Use patch --suffix instead of -b, the latter will be problematic when
PR 11220 gets addressed.
diffstat:
mk/platform/NetBSD.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1124b6efd4c4 -r bd4931259b0d mk/platform/NetBSD.mk
--- a/mk/platform/NetBSD.mk Sun Aug 10 17:39:15 2008 +0000
+++ b/mk/platform/NetBSD.mk Sun Aug 10 17:40:00 2008 +0000
@@ -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_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.
Home |
Main Index |
Thread Index |
Old Index