diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index 490cb7c08c8..540fbb8af0a 100644 --- a/srcpkgs/spice-gtk/template +++ b/srcpkgs/spice-gtk/template @@ -23,16 +23,19 @@ homepage="https://spice-space.org" distfiles="https://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2" checksum=7126c3584df12d40dcf4970f5f46fafd65b757620f911687e549f7da5c8fd7cd -build_options="gir vala" - CFLAGS="-Wno-error" +build_options="gir vala" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir vala" -else - disable_parallel_build=yes fi +case "$XBPS_TARGET_MACHINE" in + *-musl) + broken="meson.build:262:6: ERROR: Problem encountered: Function missing:makecontext" + ;; +esac + spice-gtk-devel_package() { depends="gtk+3-devel pixman-devel libressl-devel ${sourcepkg}-${version}_${revision}" short_desc+=" - development files"