icecat: broken on all ppc
This commit is contained in:
parent
871ca7f558
commit
996edd82d0
|
@ -28,7 +28,7 @@ case $XBPS_TARGET_MACHINE in
|
||||||
broken="required NEON extensions are not supported on armv6"
|
broken="required NEON extensions are not supported on armv6"
|
||||||
;;
|
;;
|
||||||
i686) broken="/usr/bin/ld: read-only segment has dynamic relocations" ;;
|
i686) broken="/usr/bin/ld: read-only segment has dynamic relocations" ;;
|
||||||
ppc64*) ;;
|
ppc64*) broken="doesn't work" ;;
|
||||||
ppc*) broken="ftbfs in several places" ;;
|
ppc*) broken="ftbfs in several places" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue