pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/camlp5 camlp5 doesn't compile with MAKE_JOBS > 1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/8dfc463722e2
branches: trunk
changeset: 542125:8dfc463722e2
user: degroote <degroote%pkgsrc.org@localhost>
date: Sat May 03 18:12:13 2008 +0000
description:
camlp5 doesn't compile with MAKE_JOBS > 1. Mark it as not MAKE_JOBS_SAFE
diffstat:
lang/camlp5/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c612608601eb -r 8dfc463722e2 lang/camlp5/Makefile
--- a/lang/camlp5/Makefile Sat May 03 12:59:12 2008 +0000
+++ b/lang/camlp5/Makefile Sat May 03 18:12:13 2008 +0000
@@ -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 @@
HAS_CONFIGURE= yes
USE_LANGUAGES= c # needed for optimised compiler
+MAKE_JOBS_SAFE= no
CONFIGURE_ARGS+= --bindir ${PREFIX}/bin
CONFIGURE_ARGS+= --mandir ${PREFIX}/${PKGMANDIR}
Home |
Main Index |
Thread Index |
Old Index