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).
This commit is contained in:
John Marino 2015-06-14 08:04:55 +00:00
parent 6681485d76
commit a0b88b95f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389599

View file

@ -17,6 +17,8 @@ PLIST_FILES= bin/flasm
MAKE_ARGS= CFLAGS="${CFLAGS}" MAKE_ARGS= CFLAGS="${CFLAGS}"
MAKE_JOBS_UNSAFE= yes
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flasm ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/flasm ${STAGEDIR}${PREFIX}/bin