Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Sun, 26 Jun 2022 10:34:26
Message-Id: 1656239655.f32b8cd1cdedb9e74ecbd8a07244eaf5250a9e04.ulm@gentoo
1 commit: f32b8cd1cdedb9e74ecbd8a07244eaf5250a9e04
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 10:33:19 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 10:34:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32b8cd1
7
8 app-editors/emacs: Compile Emacs 18 with -fno-strict-aliasing
9
10 Bug: https://bugs.gentoo.org/854360
11 Suggested-by: Sam James <sam <AT> gentoo.org>
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-editors/emacs/emacs-18.59-r14.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-editors/emacs/emacs-18.59-r14.ebuild b/app-editors/emacs/emacs-18.59-r14.ebuild
18 index 053a862305ea..913e0ff38994 100644
19 --- a/app-editors/emacs/emacs-18.59-r14.ebuild
20 +++ b/app-editors/emacs/emacs-18.59-r14.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -80,7 +80,7 @@ src_configure() {
28 # adding all those missing prototypes.
29 strip-flags
30 filter-flags -finline-functions -fpie
31 - append-flags -Wno-implicit
32 + append-flags -Wno-implicit -fno-strict-aliasing
33 append-ldflags $(test-flags -no-pie) #639562
34 replace-flags -O[3-9] -O2
35 }