app-editors/emacs: Apply valgrind fix also to slots 26 and 27

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2025-06-20 18:38:55 +02:00
parent 32c3abb890
commit 730cf98773
2 changed files with 4 additions and 4 deletions

View File

@@ -125,6 +125,8 @@ src_configure() {
replace-flags -Ofast -O2
append-flags -fno-fast-math -ffp-contract=off
export ac_cv_header_valgrind_valgrind_h=$(usex valgrind)
local myconf=(
--program-suffix="-${EMACS_SUFFIX}"
--includedir="${EPREFIX}"/usr/include/${EMACS_SUFFIX}
@@ -243,8 +245,6 @@ src_configure() {
}
src_compile() {
export ac_cv_header_valgrind_valgrind_h=$(usex valgrind)
# Disable sandbox when dumping. For the unbelievers, see bug #131505
emake RUN_TEMACS="SANDBOX_ON=0 LD_PRELOAD= env ./temacs"
}

View File

@@ -163,6 +163,8 @@ src_configure() {
replace-flags -Ofast -O2
append-flags -fno-fast-math -ffp-contract=off
export ac_cv_header_valgrind_valgrind_h=$(usex valgrind)
local myconf=(
--program-suffix="-${EMACS_SUFFIX}"
--includedir="${EPREFIX}"/usr/include/${EMACS_SUFFIX}
@@ -299,8 +301,6 @@ src_configure() {
}
src_compile() {
export ac_cv_header_valgrind_valgrind_h=$(usex valgrind)
if tc-is-cross-compiler; then
# Build native tools for compiling lisp etc.
emake -C "${S}-build" src