From 52dcc85b860e0b93194adc8df9291f614c6543d2 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 13 Aug 2019 17:22:13 +0200 Subject: [PATCH] icecat: use nodebug based on wordsize, also broken on ppc32 --- srcpkgs/icecat/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index 274b4bb542b..64a466766d9 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -27,13 +27,15 @@ case $XBPS_TARGET_MACHINE in armv6*) broken="required NEON extensions are not supported on armv6" ;; + ppc64*) ;; + ppc*) broken="ftbfs in several places" ;; esac CXXFLAGS="-Wno-class-memaccess -Wno-unused-function" -case "$XBPS_TARGET_MACHINE" in - i686*) nodebug=yes ;; -esac +if [ "$XBPS_WORDSIZE" -eq 32 ]; then + nodebug=yes +fi post_extract() { case "$XBPS_TARGET_MACHINE" in