aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-11-20 06:07:43 +0800
committerpav <pav@FreeBSD.org>2009-11-20 06:07:43 +0800
commit1a5818d61009df398c86fa82b2760b8d6a08d525 (patch)
tree6ab304a1597af73da5dce9113c794fc2cecb35f8 /emulators
parent9929fb4b71d2eec7980d9b672b8db22dc790d6d9 (diff)
downloadfreebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.tar.gz
freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.tar.zst
freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.zip
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bsvc/Makefile1
-rw-r--r--emulators/dynamips/Makefile1
-rw-r--r--emulators/e-uae/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile
index 5f0c407d281f..f9a271acb440 100644
--- a/emulators/bsvc/Makefile
+++ b/emulators/bsvc/Makefile
@@ -19,6 +19,7 @@ COMMENT= An extensible hardware simulation framework with MC68K support
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC}
USE_TK_RUN= yes
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile
index 07fc3fdf471b..83b66e287cd9 100644
--- a/emulators/dynamips/Makefile
+++ b/emulators/dynamips/Makefile
@@ -22,6 +22,7 @@ MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\
PTHREAD_LIBS=${PTHREAD_LIBS}\
LDFLAGS="${LDFLAGS}"
+MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/${PORTNAME} bin/nvram_export
.if !defined(NOPORTDOCS)
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index 2de5842ab0dc..4f7c8f054de6 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
USE_GNOME= gtk20
USE_SDL= sdl
CONFIGURE_ARGS= --with-sdl --with-sdl-gfx
+MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/uae bin/readdisk
PORTDOCS= ChangeLog README bsdsocket.txt cmd-line.txt \