diff --git a/community/f3/APKBUILD b/community/f3/APKBUILD index 2bc3c39851a..eed7743cd8f 100644 --- a/community/f3/APKBUILD +++ b/community/f3/APKBUILD @@ -5,7 +5,8 @@ pkgver=10.0 pkgrel=0 pkgdesc="F3 - Fight Flash Fraud" url="http://oss.digirati.com.br/f3/" -arch="all" +# 32-bit arches: error with '_Generic' selector at src/libutils.h:32:28 +arch="all !armhf !armv7 !x86" license="GPL-3.0-only" options="!check" # no test provided makedepends="argp-standalone eudev-dev parted-dev linux-headers"