diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index 652ee82b2855b4ee2be767747cf639a8ff9bbd6f..e94ae7e0588f577ec26596857c3eaff80c3214fc 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -2,15 +2,14 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> pkgname=emacs pkgver=28.1 -pkgrel=2 +pkgrel=3 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch="all" depends="emacs-nox" url="https://www.gnu.org/software/emacs/emacs.html" license="GPL-3.0-or-later" makedepends="autoconf automake linux-headers gawk ncurses-dev - ncurses-libs gnutls-dev gmp-dev jansson-dev harfbuzz-dev - libgccjit-dev" + ncurses-libs gnutls-dev gmp-dev jansson-dev harfbuzz-dev" subpackages="$pkgname-doc $pkgname-nox" source="https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz no-git-repo.patch" @@ -52,10 +51,9 @@ _build_variant() { --with-gpm \ --with-harfbuzz \ --with-json \ - --with-native-compilation \ "${@}" - # precompile emacs .el files to not compile at startup - make NATIVE_FULL_AOT=1 + + make } _build_x11() {