Add MAKE_JOBS_UNSAFE=yes to avoid this parallel build failure:

msgfmt: error while opening "trans/ak.mo" for writing: No such file or directory
gmake[1]: *** [Makefile:414: trans/ak.mo] Error 1
gmake[1]: *** Waiting for unfinished jobs....
...Preparing translation files...
30 warnings generated.
gmake[1]: Leaving directory '/wrkdirs/usr/ports/games/tuxpaint/work/tuxpaint-0.9.22'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
This commit is contained in:
Don Lewis 2018-02-20 00:15:56 +00:00
parent 17790705fe
commit 25fc361c2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462364

View File

@ -34,6 +34,8 @@ MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
SHARED_FLAGS="-shared -fPIC" \
GPERF="${GPERF}"
MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-gettext install-im install-magic-plugins \
install-magic-plugin-dev install-default-config \
install-example-stamps install-example-starters \