micropython: broken on aarch64*

This commit is contained in:
Michael Gehring 2016-11-20 08:13:52 +00:00
parent d3f2be133e
commit 8f30fd4a69

View file

@ -12,6 +12,10 @@ homepage="http://micropython.org/"
distfiles="http://github.com/micropython/micropython/archive/v${version}.tar.gz"
checksum=ad44d28700d346ceb9a70ae92d36306d42e187fc1af19fa2c7a3ab7dc18742ef
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/2215/steps/shell_3/logs/stdio";;
esac
pre_configure() {
sed -i 's|-Werror||;/^COPT =/d' Makefile
}