diff options
author | pav <pav@FreeBSD.org> | 2009-06-09 05:31:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-09 05:31:50 +0800 |
commit | 296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39 (patch) | |
tree | b6b650706c6946ae6ef64fac4abf2c80561d8f9a /emulators | |
parent | 554d7d6499027f88ee0100ffcbbefa022e717a81 (diff) | |
download | freebsd-ports-gnome-296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39.tar.gz freebsd-ports-gnome-296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39.tar.zst freebsd-ports-gnome-296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39.zip |
- Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mess/Makefile | 2 | ||||
-rw-r--r-- | emulators/sdlmess/Makefile | 2 |
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 |