pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mono re-add MAKE_JOBS_SAFE=no because it sometime...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/339eeae2c401
branches:  trunk
changeset: 551918:339eeae2c401
user:      kefren <kefren%pkgsrc.org@localhost>
date:      Sun Dec 21 07:44:46 2008 +0000

description:
re-add MAKE_JOBS_SAFE=no because it sometimes fails under bulk builds
No functional change

diffstat:

 lang/mono/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5d2781ab2062 -r 339eeae2c401 lang/mono/Makefile
--- a/lang/mono/Makefile        Sun Dec 21 05:05:22 2008 +0000
+++ b/lang/mono/Makefile        Sun Dec 21 07:44:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2008/11/21 08:00:48 kefren Exp $
+# $NetBSD: Makefile,v 1.77 2008/12/21 07:44:46 kefren Exp $
 
 DISTNAME=      mono-${MONO_VERSION}
 PKGREVISION=   2
@@ -31,6 +31,8 @@
 CONFIGURE_ARGS+=       --with-libgdiplus=installed
 CONFIGURE_ARGS+=       --with-moonlight=no
 
+MAKE_JOBS_SAFE=                no
+
 MAKE_FLAGS+=           PERL=${PERL5:Q}
 MAKE_FLAGS+=           mandir=${PREFIX}/${PKGMANDIR}
 UNLIMIT_RESOURCES=     datasize



Home | Main Index | Thread Index | Old Index