From ca1be33bd5a44f530cb09e9299ce48ad322c45d1 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 17 Feb 2019 16:33:54 +0100 Subject: [PATCH] spice-gtk: change to gthread coroutines on musl --- srcpkgs/spice-gtk/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index 056d3a194a..c4d977874b 100644 --- a/srcpkgs/spice-gtk/template +++ b/srcpkgs/spice-gtk/template @@ -34,9 +34,7 @@ case "$XBPS_TARGET_MACHINE" in esac case "$XBPS_TARGET_MACHINE" in - *-musl) - broken="meson.build:262:6: ERROR: Problem encountered: Function missing:makecontext" - ;; + *-musl) configure_args+=" -Dcoroutine=gthread";; esac spice-gtk-devel_package() {