hotspot: broken on big endian

This commit is contained in:
q66 2022-01-08 05:41:40 +01:00
parent dc3f3b21af
commit c182dd86cb

View file

@ -20,3 +20,7 @@ nocross="perf is nocross"
# https://github.com/KDAB/hotspot/issues/141#issuecomment-668542022
make_check=no
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="fails to link because of something with qt endian stuff"
fi