aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-03-31 16:01:47 +0200
committerBart Ribbers <bribbers@disroot.org>2021-03-31 16:01:47 +0200
commit8f921464ec1045205a87165068b82daf025aacdb (patch)
treeb74b48fc11960ccd6ae371ac60206aae2879a839
parentae15764792341eab55a6b656a498d5857bbbc50a (diff)
community/allegro: disable on 32-bit arches
-rw-r--r--community/allegro/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/allegro/APKBUILD b/community/allegro/APKBUILD
index 755f4b56c5f..d503b3e6f6f 100644
--- a/community/allegro/APKBUILD
+++ b/community/allegro/APKBUILD
@@ -3,7 +3,9 @@
pkgname=allegro
pkgver=5.2.7.0
pkgrel=0
-arch="all"
+# compilation fails on 32-bit architectures
+# https://github.com/liballeg/allegro5/issues/1233
+arch="all !x86 !armv7 !armhf"
url="https://liballeg.org"
pkgdesc="Portable library mainly aimed at video game and multimedia programming"
license="BSD-3-Clause"