hotspot: broken on big endian
This commit is contained in:
parent
dc3f3b21af
commit
c182dd86cb
|
@ -20,3 +20,7 @@ nocross="perf is nocross"
|
||||||
|
|
||||||
# https://github.com/KDAB/hotspot/issues/141#issuecomment-668542022
|
# https://github.com/KDAB/hotspot/issues/141#issuecomment-668542022
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
broken="fails to link because of something with qt endian stuff"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue