diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-31 17:05:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-31 17:05:17 +0000 |
commit | 92ab00cc9f1151a1f770c26d476d5ddde485dccc (patch) | |
tree | 5c4d0d39366d62d7bb4f860b9a73d1de0d5eabba /games/hedgewars | |
parent | f708db498a4239f8c535ce57c24bb03504934762 (diff) |
Notes
Diffstat (limited to 'games/hedgewars')
-rw-r--r-- | games/hedgewars/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index f882d9dda000..ae4b743c24d8 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -25,6 +25,7 @@ USE_SDL= sdl mixer image ttf net USE_FPC= opengl USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc_build network qmake_build rcc_build svg xml +MAKE_JOBS_SAFE= yes post-patch: ${ECHO} "include_directories(${LOCALBASE}/include)" >> \ |