From c182dd86cb727a8a36d733d9890b9129a0821c36 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 8 Jan 2022 05:41:40 +0100 Subject: [PATCH] hotspot: broken on big endian --- srcpkgs/hotspot/template | 4 ++++ 1 file changed, 4 insertions(+) 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