diff options
author | recht <recht@pkgsrc.org> | 2005-01-12 21:11:41 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-01-12 21:11:41 +0000 |
commit | 99ab19ee79cb6600a68ca6ea5b69458f5cfd3a6d (patch) | |
tree | 9678ac28862bb51b35b21d8eb6f20919a489d6a0 | |
parent | 3ae4d456b0a5532ac0f26d1fa16fc9270a5a9d21 (diff) | |
download | pkgsrc-99ab19ee79cb6600a68ca6ea5b69458f5cfd3a6d.tar.gz |
set _PATCH_CAN_BACKUP=no to avoid problems with DragonFly's native patch.
Patch by Todd Willey in PR 28947
-rw-r--r-- | mk/platform/DragonFly.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index fd0b22a6bc1..4243eb93e72 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.6 2004/12/27 06:41:50 jlam Exp $ +# $NetBSD: DragonFly.mk,v 1.7 2005/01/12 21:11:41 recht Exp $ # # Variable definitions for the DragonFly operating system. @@ -132,7 +132,7 @@ _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_LIBTOOL_REQD= 1.5.10nb9 _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_CAN_BACKUP= no # native patch(1) can make backups _PATCH_BACKUP_ARG?= -V simple -b # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= cat # directory where catman pages are _USE_GNU_GETTEXT= no # Don't use GNU gettext |