pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/rayshade Lex use is racy.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/017c6c4985d5
branches:  trunk
changeset: 347873:017c6c4985d5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 01 13:31:49 2016 +0000

description:
Lex use is racy.

diffstat:

 graphics/rayshade/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c4a2d885f3b7 -r 017c6c4985d5 graphics/rayshade/Makefile
--- a/graphics/rayshade/Makefile        Wed Jun 01 13:31:29 2016 +0000
+++ b/graphics/rayshade/Makefile        Wed Jun 01 13:31:49 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2015/03/15 19:09:44 tnn Exp $
+# $NetBSD: Makefile,v 1.39 2016/06/01 13:31:49 joerg Exp $
 
 DISTNAME=      rayshade.4.0.6
 PKGNAME=       rayshade-4.0.6
@@ -10,6 +10,9 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Extensible system for creating ray-traced images
 
+# lex output racy
+MAKE_JOBS_SAFE=        no
+
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ./Configure
 USE_TOOLS+=            lex yacc



Home | Main Index | Thread Index | Old Index