From 35e94b67ca71ebca9d03bf2452d17a9347491d4f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 11 Dec 2020 17:30:52 +0100 Subject: [PATCH] community/geoclue: disable modemmanager for mips64 due to polkit -> mozjs78 -> rust dependency --- community/geoclue/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/geoclue/APKBUILD b/community/geoclue/APKBUILD index 3924c2a806c..264c41eee28 100644 --- a/community/geoclue/APKBUILD +++ b/community/geoclue/APKBUILD @@ -21,7 +21,7 @@ install="$pkgname.pre-install" source="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/$pkgver/geoclue-$pkgver.tar.bz2" case "$CARCH" in - s390x) _arch_opts="-D3g-source=false -Dcdma-source=false -Dmodem-gps-source=false" + s390x|mips64) _arch_opts="-D3g-source=false -Dcdma-source=false -Dmodem-gps-source=false" ;; *) _arch_opts="" makedepends="$makedepends modemmanager-dev"