From 9c5f2aea399562aa0a510c13dd3560acdc7d305f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 21 May 2014 08:34:13 +0000 Subject: Not make-jobs-safe. See https://bugs.gentoo.org/show_bug.cgi?id=388607 which is against an older version, but the problem showed up today for me (1.8.9), so it's still not fixed upstream, or got broken again. --- devel/p5-subversion/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index 353b433c115..4fbd37ae83a 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2014/05/18 11:43:51 adam Exp $ +# $NetBSD: Makefile,v 1.79 2014/05/21 08:34:13 wiz Exp $ PKGNAME= p5-subversion-${SVNVER} COMMENT= Perl bindings for Subversion @@ -14,6 +14,8 @@ PERL5_CONFIGURE= no PERL5_OPTIONS+= threads PERL5_PACKLIST= auto/SVN/_Core/.packlist +MAKE_JOBS_SAFE= no # https://bugs.gentoo.org/show_bug.cgi?id=388607 + BUILD_TARGET= swig-pl INSTALL_TARGET= install-swig-pl TEST_TARGET= check-swig-pl -- cgit v1.2.3