diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-28 21:13:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-28 21:13:08 +0000 |
commit | d333512aa2212069c3b7fdee4dc49ea05e784f8f (patch) | |
tree | 586169f4ba45d37207eff4d6349f0e6ec703538e /games/phalanx | |
parent | 00d1040dcdc7971c280d8eb33509bdca003f4bfd (diff) | |
download | ports-d333512aa2212069c3b7fdee4dc49ea05e784f8f.tar.gz ports-d333512aa2212069c3b7fdee4dc49ea05e784f8f.zip |
- MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=280645
Diffstat (limited to 'games/phalanx')
-rw-r--r-- | games/phalanx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/phalanx/Makefile b/games/phalanx/Makefile index 28c643d2d96e..ed85437896e7 100644 --- a/games/phalanx/Makefile +++ b/games/phalanx/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes MAKEFILE= makefile MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= # empty -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CFLAGS+= -DECO_DIR=\\\"${DATADIR}\\\" \ -DLEARN_DIR=\\\"${DATADIR}\\\" \ |