motion: broken for musl

This commit is contained in:
Andrea Brancaleoni 2017-11-12 22:39:04 +01:00
parent 08ba2d1260
commit 3adfac9337

View File

@ -13,6 +13,12 @@ homepage="https://motion-project.github.io/"
distfiles="https://github.com/Motion-Project/motion/archive/release-${version}.tar.gz"
checksum=277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741
case "$XBPS_TARGET_MACHINE" in
*-musl) broken=yes
;;
esac
pre_configure() {
autoreconf -fi
}