diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-25 19:46:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-25 19:46:22 +0800 |
commit | b9e196bc2fca73941c8565badbaecfab3ce78226 (patch) | |
tree | 175731f0585b2edcd3412381c569fa13daa054da /emulators | |
parent | edb18f78d559d30a7acc519e068c9318b1f62437 (diff) | |
download | freebsd-ports-gnome-b9e196bc2fca73941c8565badbaecfab3ce78226.tar.gz freebsd-ports-gnome-b9e196bc2fca73941c8565badbaecfab3ce78226.tar.zst freebsd-ports-gnome-b9e196bc2fca73941c8565badbaecfab3ce78226.zip |
- Mark MAKE_JOBS_SAFE
PR: 133043
Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mess/Makefile | 2 | ||||
-rw-r--r-- | emulators/sdlmess/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 0cc12ced66b7..1dd07237af90 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -38,6 +38,8 @@ USE_GNOME= # EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .endif +MAKE_JOBS_SAFE= yes + .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile index 0cc12ced66b7..1dd07237af90 100644 --- a/emulators/sdlmess/Makefile +++ b/emulators/sdlmess/Makefile @@ -38,6 +38,8 @@ USE_GNOME= # EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .endif +MAKE_JOBS_SAFE= yes + .if ${ARCH} == "amd64" MAKE_ENV+= PTR64=1 .endif |