pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu Does not parallel build safely.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef8902480879
branches:  trunk
changeset: 551573:ef8902480879
user:      roy <roy%pkgsrc.org@localhost>
date:      Thu Dec 18 00:29:19 2008 +0000

description:
Does not parallel build safely.

ok: ahoka

diffstat:

 textproc/icu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e7734c4e3e43 -r ef8902480879 textproc/icu/Makefile
--- a/textproc/icu/Makefile     Thu Dec 18 00:20:10 2008 +0000
+++ b/textproc/icu/Makefile     Thu Dec 18 00:29:19 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2008/07/14 12:56:13 joerg Exp $
+# $NetBSD: Makefile,v 1.57 2008/12/18 00:29:19 roy Exp $
 #
 
 DISTNAME=      icu4c-3_6-src
@@ -13,6 +13,7 @@
 COMMENT=       Robust and full-featured Unicode services
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                no
 
 WRKSRC=                        ${WRKDIR}/${PKGBASE}/source
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index