community/audacious: disable tests on mips

This commit is contained in:
Ariadne Conill 2020-04-07 16:16:09 +00:00
parent a29b772119
commit d09d698ebd

View File

@ -13,6 +13,10 @@ makedepends="$depends_dev libxml2-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-dbg"
source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2"
case "$CARCH" in
mips*) options="!check";;
esac
build() {
./configure \
--build=$CBUILD \