From 996edd82d0c251ab9c11f6e9603b61fe6300e137 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 26 Mar 2020 02:55:08 +0100 Subject: [PATCH] icecat: broken on all ppc --- srcpkgs/icecat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index 4c10661b02b..833e722f00b 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -28,7 +28,7 @@ case $XBPS_TARGET_MACHINE in broken="required NEON extensions are not supported on armv6" ;; i686) broken="/usr/bin/ld: read-only segment has dynamic relocations" ;; - ppc64*) ;; + ppc64*) broken="doesn't work" ;; ppc*) broken="ftbfs in several places" ;; esac