mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
6681485d76
commit
a0b88b95f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389599
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue