summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-06-08 21:31:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-06-08 21:31:50 +0000
commit9f0f55ce0f9a421e2e66b5695c17666d2dd8913e (patch)
treebe9edb504115d6f31665116e1a6d3565a6a7337c /emulators
parent- Mark BROKEN, this does not build, instead it complains that the source is now (diff)
- Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=235451
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mess/Makefile2
-rw-r--r--emulators/sdlmess/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 53e6a40a56c0..0931ba23abd9 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -36,7 +36,7 @@ USE_GNOME= #
EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch
.endif
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_UNSAFE= yes
.if ${ARCH} == "amd64"
MAKE_ENV+= PTR64=1
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 53e6a40a56c0..0931ba23abd9 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -36,7 +36,7 @@ USE_GNOME= #
EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch
.endif
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_UNSAFE= yes
.if ${ARCH} == "amd64"
MAKE_ENV+= PTR64=1