From 3adfac9337cdc1144fb50f48b6604bab2521c499 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 12 Nov 2017 22:39:04 +0100 Subject: [PATCH] motion: broken for musl --- srcpkgs/motion/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/motion/template b/srcpkgs/motion/template index d516c9a4c47..184fddd3e27 100644 --- a/srcpkgs/motion/template +++ b/srcpkgs/motion/template @@ -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 }