diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-05-27 00:41:06 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-05-27 00:41:06 +0200 |
commit | aea5363c49a3d0776b492e71f51a6dfafa269354 (patch) | |
tree | 4904eae3518a2714784f602971e0200b26c935dd /testing/gforth | |
parent | 0f43c3750cd7ac98c6c69729b27d9081b2475abd (diff) | |
download | aports-aea5363c49a3d0776b492e71f51a6dfafa269354.tar.bz2 aports-aea5363c49a3d0776b492e71f51a6dfafa269354.tar.xz |
testing/gforth: disable on x86
build fail on x86, disabling for now
Diffstat (limited to 'testing/gforth')
-rw-r--r-- | testing/gforth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gforth/APKBUILD b/testing/gforth/APKBUILD index e15ba24bfb..e7a3248351 100644 --- a/testing/gforth/APKBUILD +++ b/testing/gforth/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.7.3 pkgrel=0 pkgdesc="Fast and portable implementation of the ANS Forth language" url="http://www.gnu.org/software/gforth/" -arch="all" +arch="all !x86" # build fail on x86 license="GPL-3" options="!check" makedepends="libffi-dev libtool m4" |