From f3cfdb6681fa46abd24f0773ea93ad25ae195acc Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 9 Nov 2020 23:52:24 +0100 Subject: [PATCH] Revert "icecat: enable ppc64* just as for firefox-esr" This reverts commit d349e704ebd7bd2db249a03eb91f92b16042bd95. @pullmoll please, read commit messages next time --- srcpkgs/icecat/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index 8da6d21c68f..2e325f517c4 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -31,6 +31,10 @@ case $XBPS_TARGET_MACHINE in ppc*) broken="xptcall bitrot" ;; esac +if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then + broken="rendering is busted, dunno why" +fi + CXXFLAGS="-Wno-class-memaccess -Wno-unused-function" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then