pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Dec 27 21:44:42 UTC 2016

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
Back out the NOT_JOBS_SAFE change. It turns out I was seeing an unrelated
problem. Sorry for the noise.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/emulators/qemu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.157 pkgsrc/emulators/qemu/Makefile:1.158
--- pkgsrc/emulators/qemu/Makefile:1.157        Wed Dec 21 10:39:15 2016
+++ pkgsrc/emulators/qemu/Makefile      Tue Dec 27 21:44:42 2016
@@ -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



Home | Main Index | Thread Index | Old Index