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/sdlmame | |
parent | a015021140bb0ce85f1c3d367453255e834425b3 (diff) | |
download | ports-1546ab30d61230be112e554a6e7b34d2d3f43226.tar.gz ports-1546ab30d61230be112e554a6e7b34d2d3f43226.zip |
- Mark MAKE_JOBS_SAFE
PR: 133042
Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
Notes
Notes:
svn path=/head/; revision=230952
Diffstat (limited to 'emulators/sdlmame')
-rw-r--r-- | emulators/sdlmame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index 9850695402b3..b08dccff1688 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/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 |