micropython: broken on ppc*

[ci skip]
This commit is contained in:
q66 2019-11-04 14:23:52 +01:00 committed by Duncan Overbruck
parent e8ef6b9cb8
commit f70a99ecd2
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ homepage="https://micropython.org/"
distfiles="https://github.com/micropython/micropython/releases/download/v${version}/micropython-${version}.tar.gz"
checksum=2edda4ffe283899af6d7b59dd0a0a59f8b845fe0f26017f1a180661338eca35f
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="missing nlr_push" ;;
esac
pre_configure() {
sed -i 's|-Werror||;/^COPT =/d' Makefile
}