mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user