darktable: broken on i686 for now

This commit is contained in:
Toyam Cox 2017-01-29 16:13:35 -05:00
parent 902997e3ed
commit 3a4a9be8b2

View file

@ -21,3 +21,7 @@ depends="adwaita-icon-theme"
only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl"
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
checksum=766d7d734e7bd5a33f6a6932a43b15cc88435c64ad9a0b20410ba5b4706941c2
case "${XBPS_TARGET_MACHINE}" in
i686*) broken="Expat.c: loadable library and perl binaries are mismatched (got handshake key 0x7f00080, needed 0x7e00080)";;
esac