diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 21:37:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 21:37:50 +0000 |
commit | cbe08223ae601f58def58844f403e32fc9591c36 (patch) | |
tree | 62edb00f4d397ac275b9908f72b9cda276e18fe2 /games/xtux | |
parent | ebf485ecab7ac54951f27c1da33db530074e3185 (diff) |
Notes
Diffstat (limited to 'games/xtux')
-rw-r--r-- | games/xtux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 2c0340589ac9..840850af1247 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -21,6 +21,8 @@ CFLAGS+= -DDATADIR=\\\"${DATADIR}\\\" OPTIONS_DEFINE= DOCS +MAKE_JOBS_UNSAFE=yes + post-patch: @${FIND} ${WRKSRC}/src -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^CC|#CC|g ; \ |