MAKE_JOBS_SAFE=no, and following failures will be fixed.
* native modules may not be linked against libsvn_swig_perl-1, because module Makefile may be created before creating the library, and not found. * inversely, libsvn_swig_perl-1 of previous version may found, but cannot linked because of buildlink sandbox. Bump PKGREVISION (for safe side with update of patch for Makefile.PL).
This commit is contained in:
parent
252e490185
commit
fddeef93d4
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.70 2013/09/07 14:00:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.71 2013/09/18 12:30:17 obache Exp $
|
||||
|
||||
PKGNAME= p5-subversion-${SVNVER}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
COMMENT= Perl bindings for Subversion
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
.include "../../devel/subversion/Makefile.common"
|
||||
|
||||
SHLIBTOOL_OVERRIDE= # empty
|
||||
|
|
Loading…
Reference in a new issue