summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-10-03 14:12:48 +0200
committerUlrich Müller <ulm@gentoo.org>2022-10-03 14:12:48 +0200
commitaedc449824b883caf8c9a20579d51aea98d9fd3e (patch)
treec779409363f34f5625e7a7d40e51b973a8fc6cac /app-editors
parentdev-libs/openpace: fix openssl conditional include (diff)
downloadgentoo-aedc449824b883caf8c9a20579d51aea98d9fd3e.tar.gz
gentoo-aedc449824b883caf8c9a20579d51aea98d9fd3e.tar.bz2
gentoo-aedc449824b883caf8c9a20579d51aea98d9fd3e.zip
app-editors/emacs: Drop NATIVE_FULL_AOT workaround with USE=jit
This is now supported as a configure option: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=e245c4f226979ccb717cccc8f82b2b0a0f96bdac Closes: https://bugs.gentoo.org/808522 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/emacs-29.0.9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-29.0.9999.ebuild b/app-editors/emacs/emacs-29.0.9999.ebuild
index c016b6f1546a..08e069b2dc4f 100644
--- a/app-editors/emacs/emacs-29.0.9999.ebuild
+++ b/app-editors/emacs/emacs-29.0.9999.ebuild
@@ -173,7 +173,6 @@ src_prepare() {
fi
if use jit; then
- export NATIVE_FULL_AOT=1
find lisp -type f -name "*.elc" -delete || die
# These files ignore LDFLAGS. We assign the variable here, because
@@ -352,7 +351,7 @@ src_configure() {
$(use_with games gameuser ":gamestat") \
$(use_with gmp libgmp) \
$(use_with gpm) \
- $(use_with jit native-compilation) \
+ $(use_with jit native-compilation aot) \
$(use_with json) \
$(use_with kerberos) $(use_with kerberos kerberos5) \
$(use_with lcms lcms2) \