From 8a62c7a745f03d9b1e2d21df3dbf838d0594d8a5 Mon Sep 17 00:00:00 2001 From: wiedi Date: Thu, 8 Jan 2015 23:00:42 +0000 Subject: [PATCH] Disable coroutine-pool on SunOS to work around "Co-routine is yielding to no one". --- emulators/qemu/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index e7669c7d9eeb3..1137f30efa1d8 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.133 2014/12/11 14:04:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.134 2015/01/08 23:00:42 wiedi Exp $ DISTNAME= qemu-2.2.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -81,6 +82,7 @@ USER_EMUL= ${UE_ARCHS} PLIST.nbd= YES .elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*) PLIST.nbd= YES +CONFIGURE_ARGS+= --disable-coroutine-pool .endif PLIST_VARS+= ${UE_ARCHS} nbd