Skip to content

Commit

Permalink
Disable coroutine-pool on SunOS to work around "Co-routine is yieldin…
Browse files Browse the repository at this point in the history
…g to no one".
  • Loading branch information
wiedi committed Jan 8, 2015
1 parent 1051181 commit 8a62c7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emulators/qemu/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8a62c7a

Please sign in to comment.