pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/GeometryKit Has race conditions, so not MAKE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc88da01dad0
branches:  trunk
changeset: 568989:dc88da01dad0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 01 17:47:05 2010 +0000

description:
Has race conditions, so not MAKE_JOBS_SAFE.

diffstat:

 graphics/GeometryKit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9962ff8d5d15 -r dc88da01dad0 graphics/GeometryKit/Makefile
--- a/graphics/GeometryKit/Makefile     Fri Jan 01 13:55:32 2010 +0000
+++ b/graphics/GeometryKit/Makefile     Fri Jan 01 17:47:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/07/06 16:23:33 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2010/01/01 17:47:05 joerg Exp $
 #
 
 .include "../../graphics/3DKit/Makefile.common"
@@ -6,6 +6,8 @@
 PKGNAME=       ${DISTNAME:S/3DKit/GeometryKit/}
 PKGREVISION=   14
 
+MAKE_JOBS_SAFE=        no
+
 COMMENT=       Objective-C class library for calculating 3D geometry
 
 DISTINFO_FILE= ${.CURDIR}/distinfo



Home | Main Index | Thread Index | Old Index