aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-06-14 08:04:55 +0000
committerJohn Marino <marino@FreeBSD.org>2015-06-14 08:04:55 +0000
commita0b88b95f3325c9af77a3ba968dc51f7367de82e (patch)
tree51cdac5a5735be48cb8a63d57c7dc2f847bab1c9
parent6681485d76242c0301c18b6c506914942d146f00 (diff)
downloadports-a0b88b95f3325c9af77a3ba968dc51f7367de82e.tar.gz
ports-a0b88b95f3325c9af77a3ba968dc51f7367de82e.zip
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).
Notes
Notes: svn path=/head/; revision=389599
-rw-r--r--graphics/flasm/Makefile2
1 files changed, 2 insertions, 0 deletions
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