summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordegroote <degroote>2008-05-03 18:12:13 +0000
committerdegroote <degroote>2008-05-03 18:12:13 +0000
commite10b5dbd7130441af6dfb887c0aa61e0c6b4b41e (patch)
tree14502fb5f384a5bb61a0ff43c9f411afd3abb525
parent002659d52b86fb9d1789d17ea064279d97fbe2e3 (diff)
downloadpkgsrc-e10b5dbd7130441af6dfb887c0aa61e0c6b4b41e.tar.gz
camlp5 doesn't compile with MAKE_JOBS > 1. Mark it as not MAKE_JOBS_SAFE
-rw-r--r--lang/camlp5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile
index 4341c9ba3ee..7b9534b8697 100644
--- a/lang/camlp5/Makefile
+++ b/lang/camlp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/04/27 10:44:28 tonio Exp $
+# $NetBSD: Makefile,v 1.4 2008/05/03 18:12:13 degroote Exp $
#
DISTNAME= camlp5-5.08
@@ -12,6 +12,7 @@ COMMENT= Camlp5 is a preprocessor-pretty-printer of ocaml
HAS_CONFIGURE= yes
USE_LANGUAGES= c # needed for optimised compiler
+MAKE_JOBS_SAFE= no
CONFIGURE_ARGS+= --bindir ${PREFIX}/bin
CONFIGURE_ARGS+= --mandir ${PREFIX}/${PKGMANDIR}