icecat: broken on all ppc

This commit is contained in:
q66 2020-03-26 02:55:08 +01:00
parent 871ca7f558
commit 996edd82d0
1 changed files with 1 additions and 1 deletions

View File

@ -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