aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 16:16:09 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 16:16:09 +0000
commitd09d698ebd5e65405e8873eba7364c8bcb77f662 (patch)
tree8c7b75a8806f3a021bbc4f3a4df0b6fdbdf12b1c
parenta29b772119a848843668cea0d17f0df11c984dc5 (diff)
downloadaports-d09d698ebd5e65405e8873eba7364c8bcb77f662.tar.bz2
aports-d09d698ebd5e65405e8873eba7364c8bcb77f662.tar.xz
community/audacious: disable tests on mips
-rw-r--r--community/audacious/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/audacious/APKBUILD b/community/audacious/APKBUILD
index 2f80414691..1afad407f0 100644
--- a/community/audacious/APKBUILD
+++ b/community/audacious/APKBUILD
@@ -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 \