aboutsummaryrefslogtreecommitdiffstats
path: root/testing/emacs
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-02-10 11:13:07 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-02-10 11:13:07 +0000
commit2140f80c078bb79fe30c9c59a4edfebfdba15490 (patch)
tree107ba982ec0149d28c9808235662ca1181037671 /testing/emacs
parent1daee9b0c5463290c5827eaed11dff83396d33de (diff)
downloadaports-2140f80c078bb79fe30c9c59a4edfebfdba15490.tar.bz2
aports-2140f80c078bb79fe30c9c59a4edfebfdba15490.tar.xz
testing/emacs*: disable on x86
First error is: lisp.h:275:3: error: #error "USE_LSB_TAG not supported on this platform; please report this." "Try 'configure --with-wide-int' to work around the problem." And with --with-wide-int the error is: static heap exhausted: avail 13631488 used 13588928 failed request 65536 during lisp compilation. Disabling build for now.
Diffstat (limited to 'testing/emacs')
-rw-r--r--testing/emacs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emacs/APKBUILD b/testing/emacs/APKBUILD
index dc241c3157..5411c50c60 100644
--- a/testing/emacs/APKBUILD
+++ b/testing/emacs/APKBUILD
@@ -6,7 +6,7 @@ pkgver=24.99
pkgrel=0
gitver=7eb2077f9dd14ae9d70a12c621151afd50ea6e96
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
-arch="x86 x86_64"
+arch="x86_64"
url="http://www.gnu.org/software/emacs/emacs.html"
license="GPL3"
depends="hicolor-icon-theme desktop-file-utils"