From a0e0b6de6c89c97ab54f0adb2ca67fe5ad8e1f07 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 5 Dec 2022 14:38:24 +0000 Subject: [PATCH] widelands: disable tests on big endian --- srcpkgs/widelands/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template index e9da5eacf79..ee6f5a214a4 100644 --- a/srcpkgs/widelands/template +++ b/srcpkgs/widelands/template @@ -28,6 +28,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel gettext-devel" fi -if [ "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" -o "$XBPS_TARGET_ENDIAN" = "be" ]; then configure_args+=" -DOPTION_BUILD_TESTS=OFF" fi