summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-12-27 21:44:42 +0000
committerbsiegert <bsiegert>2016-12-27 21:44:42 +0000
commit31581e7e2ff97d51e3404f66251bc1d0cff04a1d (patch)
tree1e0f3eecde52acc082dedad52ee5db84cccd72ae
parent1603a623051b2c606fdb1227293d2e7b3dee6186 (diff)
downloadpkgsrc-31581e7e2ff97d51e3404f66251bc1d0cff04a1d.tar.gz
Back out the NOT_JOBS_SAFE change. It turns out I was seeing an unrelated
problem. Sorry for the noise.
-rw-r--r--emulators/qemu/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 8e09f86a046..8bb3b237aac 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2016/12/21 10:39:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.158 2016/12/27 21:44:42 bsiegert Exp $
DISTNAME= qemu-2.7.0
CATEGORIES= emulators
@@ -38,9 +38,6 @@ CONFIGURE_ARGS+= --enable-curses
CONFIGURE_ARGS+= --disable-opengl
CONFIGURE_ENV+= mansuffix=/${PKGMANDIR}
-# Parallel build fails on NetBSD/amd64
-MAKE_JOBS_SAFE= no
-
NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-aarch64
NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-alpha
NOT_PAX_MPROTECT_SAFE+= bin/qemu-system-arm