From 5f3bef2e7933fbd4f330c29bf6181e01c202f31d Mon Sep 17 00:00:00 2001 From: degroote Date: Sat, 3 May 2008 18:12:13 +0000 Subject: camlp5 doesn't compile with MAKE_JOBS > 1. Mark it as not MAKE_JOBS_SAFE --- lang/camlp5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/camlp5') 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} -- cgit v1.2.3