diff --git a/srcpkgs/hotspot/template b/srcpkgs/hotspot/template index 63135c6326..cec377394d 100644 --- a/srcpkgs/hotspot/template +++ b/srcpkgs/hotspot/template @@ -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