From fef5f85d92416b3be7812a85ef416e6466817d46 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 1 Jun 2016 13:31:49 +0000 Subject: Lex use is racy. --- graphics/rayshade/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics/rayshade') diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 798c5a339e4..78c4c555c9d 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -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 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org 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 -- cgit v1.2.3