summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno>2013-09-18 12:07:05 +0000
committersno <sno>2013-09-18 12:07:05 +0000
commitb925398f0c73155b1d30bc9ea6d84389c63e57f8 (patch)
tree84f824f1335775fe466eaea624de40d711fa9ed8
parent6e0ee2a003dc06b7d162ddb387aa879fa2c3a21c (diff)
downloadpkgsrc-b925398f0c73155b1d30bc9ea6d84389c63e57f8.tar.gz
Adding MAKE_JOBS_SAFE=no - parallel building causes the issues reported
by nbjoerg@ and can be reproduced by Joyent bulk builds
-rw-r--r--lang/parrot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index c9b7184982b..897fcf67189 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2013/09/13 10:52:37 sno Exp $
+# $NetBSD: Makefile,v 1.75 2013/09/18 12:07:05 sno Exp $
#
DISTNAME= parrot-${PARROT_VERSION}
@@ -17,6 +17,7 @@ PTHREAD_OPTS+= require
BUILD_TARGET= world
TEST_TARGET= test
HAS_CONFIGURE= yes
+MAKE_JOBS_SAFE= no
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.prefs.mk"