hotspot: broken on big endian
This commit is contained in:
parent
dc3f3b21af
commit
c182dd86cb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue