diff options
author | marino <marino@FreeBSD.org> | 2015-06-14 16:04:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-06-14 16:04:55 +0800 |
commit | 0b271a272830e5d2cf2490ce11a15b6e29c93c76 (patch) | |
tree | 51cdac5a5735be48cb8a63d57c7dc2f847bab1c9 /graphics | |
parent | 621bd46966027908f273766f81c4e775937490f4 (diff) | |
download | freebsd-ports-gnome-0b271a272830e5d2cf2490ce11a15b6e29c93c76.tar.gz freebsd-ports-gnome-0b271a272830e5d2cf2490ce11a15b6e29c93c76.tar.zst freebsd-ports-gnome-0b271a272830e5d2cf2490ce11a15b6e29c93c76.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).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flasm/Makefile | 2 |
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 |