From 8fff1d4e92c696462ce0ea13ad00b252138462fb Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 31 Dec 2019 19:29:56 +0100 Subject: [PATCH] gnucash: broken on BE --- srcpkgs/gnucash/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index 6cb3c91b159..432ec009f1c 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -26,6 +26,10 @@ CXXFLAGS="-Wno-error" CFLAGS="-Wno-error" export LC_ALL="C" +if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then + broken="Segmentation fault" +fi + post_install() { case "$XBPS_TARGET_MACHINE" in # startup fails in scheme code when the locale is set to anything