From a0b88b95f3325c9af77a3ba968dc51f7367de82e Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 14 Jun 2015 08:04:55 +0000 Subject: graphics/flasm is not jobs safe (easily reproducible) This port has failed on me at least 4 times that's I've recorded. It seems to be trying to use bison output before it's generated (e.g. bison --defines --debug assembler.y which is executed twice). --- graphics/flasm/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics') diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile index de3299d1256f..e77a679b94f3 100644 --- a/graphics/flasm/Makefile +++ b/graphics/flasm/Makefile @@ -17,6 +17,8 @@ PLIST_FILES= bin/flasm MAKE_ARGS= CFLAGS="${CFLAGS}" +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flasm ${STAGEDIR}${PREFIX}/bin -- cgit v1.2.3