spice-gtk: broken *-musl

This commit is contained in:
maxice8 2019-01-20 00:07:30 -02:00
parent d1bc0b93c7
commit eb00331cf3
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 7 additions and 4 deletions

View File

@ -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"