summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-21 08:34:13 +0000
committerwiz <wiz>2014-05-21 08:34:13 +0000
commit4d2eaed337ea4af46650ca2f257ac32a503826f2 (patch)
tree69c2daa81e467d81e38e1e9b9e58ee5027dec40e
parent0c94f05f4ac3ff168cf5d3174eefb4a8fb6f1a12 (diff)
downloadpkgsrc-4d2eaed337ea4af46650ca2f257ac32a503826f2.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.
-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