aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-blastem/APKBUILD
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-04-05 22:42:26 +0200
committerTBK <tbk@jjtc.eu>2020-04-05 22:45:52 +0200
commit6105efbd860053245c87ed3300017071ebec5bb7 (patch)
treed96b9e1455a0ae92fa74db993ed48c70ca961adb /testing/libretro-blastem/APKBUILD
parent0cfbf9f290a9f82ac34429fc3a3c54b0c5409277 (diff)
downloadaports-6105efbd860053245c87ed3300017071ebec5bb7.tar.bz2
aports-6105efbd860053245c87ed3300017071ebec5bb7.tar.xz
testing/libretro-blastem: disable armhf
make libblastem.so OS=Linux CC=gcc CPU=x86_64 make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/home/buildozer/aports/testing/libretro-blastem/src/blastem-4206da1f986ecda199c82d4a2404eff904397f55' gcc -O2 -flto -std=gnu99 -Wreturn-type -Werror=return-type -Werror=implicit-function-declaration -Wno-unused-value -DHAS_PROC -DHAVE_UNISTD_H -DX86_64 -m64 -fpic -DIS_LIB -c -o libblastem.o libblastem.c gcc: error: unrecognized command line option '-m64' make[1]: *** [Makefile:354: libblastem.o] Error 1
Diffstat (limited to 'testing/libretro-blastem/APKBUILD')
-rw-r--r--testing/libretro-blastem/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-blastem/APKBUILD b/testing/libretro-blastem/APKBUILD
index 142761a891..a65bba6b0f 100644
--- a/testing/libretro-blastem/APKBUILD
+++ b/testing/libretro-blastem/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
_commit="4206da1f986ecda199c82d4a2404eff904397f55"
pkgdesc="fast and accurate Genesis emulator"
url="https://github.com/libretro/blastem"
-arch="all !aarch64 !armv7 !x86"
+arch="all !aarch64 !armv7 !armhf !x86"
license="GPL-3.0-only"
makedepends="mesa-dev"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/blastem/archive/$_commit.tar.gz"