aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 07:43:41 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 07:43:41 +0000
commit7debbae577bf6c19f0bcb563399cf9c99c0ec59f (patch)
tree33ba99f528cbbce59d9405bece327e3152b3f9a2
parent68970d0eec1bf8cff2304eebde93f45253f20898 (diff)
downloadaports-7debbae577bf6c19f0bcb563399cf9c99c0ec59f.tar.bz2
aports-7debbae577bf6c19f0bcb563399cf9c99c0ec59f.tar.xz
testing/libretro-fbneo: disable on mips
-rw-r--r--testing/libretro-fbneo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-fbneo/APKBUILD b/testing/libretro-fbneo/APKBUILD
index 7a76428372..9221990376 100644
--- a/testing/libretro-fbneo/APKBUILD
+++ b/testing/libretro-fbneo/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
_commit="70577c1018ea953ac7fe7cc82cf2e4681d71314e"
pkgdesc="FinalBurn Neo, an Emulator for Arcade Games & Select Consoles"
url="https://github.com/libretro/FBNeo"
-arch="all"
+arch="all !mips !mips64" # fails to build on mips
license="custom"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/FBNeo/archive/$_commit.tar.gz"
builddir="$srcdir/FBNeo-$_commit"