pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/agg Not make-jobs safe (fails when linking ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ee5616e8ce4
branches:  trunk
changeset: 569854:8ee5616e8ce4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 20 12:46:07 2010 +0000

description:
Not make-jobs safe (fails when linking examples with -j16).

diffstat:

 graphics/agg/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4f954465765a -r 8ee5616e8ce4 graphics/agg/Makefile
--- a/graphics/agg/Makefile     Wed Jan 20 12:06:40 2010 +0000
+++ b/graphics/agg/Makefile     Wed Jan 20 12:46:07 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/10/28 01:02:03 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/01/20 12:46:07 wiz Exp $
 #
 
 DISTNAME=      agg-2.5
@@ -11,6 +11,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+MAKE_JOBS_SAFE=                no
 USE_TOOLS+=    gmake msgfmt pkg-config aclocal autoheader \
             automake autoconf
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index