diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-25 11:46:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-25 11:46:06 +0000 |
commit | 1546ab30d61230be112e554a6e7b34d2d3f43226 (patch) | |
tree | 9b2f2b016634d536b524bc484859ba30db7081c3 /emulators/mame | |
parent | a015021140bb0ce85f1c3d367453255e834425b3 (diff) | |
download | ports-1546ab30d61230be112e554a6e7b34d2d3f43226.tar.gz ports-1546ab30d61230be112e554a6e7b34d2d3f43226.zip |
Notes
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 9850695402b3..b08dccff1688 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -39,6 +39,8 @@ USE_GNOME= # EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .endif +MAKE_JOBS_SAFE= yes + .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif |