diff --git a/srcpkgs/vapoursynth-mvtools/template b/srcpkgs/vapoursynth-mvtools/template index ee996fa4885..c1b8b9c1d62 100644 --- a/srcpkgs/vapoursynth-mvtools/template +++ b/srcpkgs/vapoursynth-mvtools/template @@ -12,6 +12,12 @@ homepage="http://avisynth.org.ru/mvtools/mvtools2.html" distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz" checksum=739656d8ea3fb864b72e3e3d167dc1f7fdb8feff4e396cdf9414b367621ca011 +case "$XBPS_TARGET_MACHINE" in + arm*) + broken="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/15031" + ;; +esac + pre_configure() { ./autogen.sh }