spice-gtk: broken *-musl
This commit is contained in:
parent
d1bc0b93c7
commit
eb00331cf3
1 changed files with 7 additions and 4 deletions
|
@ -23,16 +23,19 @@ homepage="https://spice-space.org"
|
||||||
distfiles="https://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2"
|
distfiles="https://spice-space.org/download/gtk/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=7126c3584df12d40dcf4970f5f46fafd65b757620f911687e549f7da5c8fd7cd
|
checksum=7126c3584df12d40dcf4970f5f46fafd65b757620f911687e549f7da5c8fd7cd
|
||||||
|
|
||||||
build_options="gir vala"
|
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
|
build_options="gir vala"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
else
|
|
||||||
disable_parallel_build=yes
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl)
|
||||||
|
broken="meson.build:262:6: ERROR: Problem encountered: Function missing:makecontext"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
spice-gtk-devel_package() {
|
spice-gtk-devel_package() {
|
||||||
depends="gtk+3-devel pixman-devel libressl-devel ${sourcepkg}-${version}_${revision}"
|
depends="gtk+3-devel pixman-devel libressl-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue