summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-21 08:34:13 +0000
committerwiz <wiz>2014-05-21 08:34:13 +0000
commit9c5f2aea399562aa0a510c13dd3560acdc7d305f (patch)
treec7eae3f7c55073170549f1fa79abc7b2034d5c6a /devel
parent7562e3e243269de13eca4a2c0f312d9790a11390 (diff)
downloadpkgsrc-9c5f2aea399562aa0a510c13dd3560acdc7d305f.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-subversion/Makefile4
1 files changed, 3 insertions, 1 deletions
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