Gentoo Archives: gentoo-proxy-maint

From: Joonas Niilola <juippis@g.o>
To: gentoo-proxy-maint@l.g.o
Subject: Re: [gentoo-proxy-maint] [PATCH 1/2] app-editors/vis: Add -fcommon
Date: Fri, 15 May 2020 13:24:32
Message-Id: 42665f1b-5999-4c21-57ee-945e191e4f9e@gentoo.org
In Reply to: [gentoo-proxy-maint] [PATCH 1/2] app-editors/vis: Add -fcommon by "Haelwenn (lanodan) Monnier"
1 On 5/11/20 12:38 AM, Haelwenn (lanodan) Monnier wrote:
2 > Closes: https://bugs.gentoo.org/716312
3 > Signed-off-by: Haelwenn (lanodan) Monnier <contact@×××××××××.me>
4 > ---
5 > app-editors/vis/vis-0.5.ebuild | 2 ++
6 > app-editors/vis/vis-9999.ebuild | 2 ++
7 > 2 files changed, 4 insertions(+)
8 >
9 > diff --git a/app-editors/vis/vis-0.5.ebuild b/app-editors/vis/vis-0.5.ebuild
10 > index 08274f3b376..ffaeafaa266 100644
11 > --- a/app-editors/vis/vis-0.5.ebuild
12 > +++ b/app-editors/vis/vis-0.5.ebuild
13 > @@ -42,6 +42,8 @@ src_prepare() {
14 > }
15 >
16 > src_configure() {
17 > + export CFLAGS="$CFLAGS -fcommon" # https://github.com/martanne/vis-test/issues/21
18
19 Let's use the recommended style,
20
21 https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common#The_-fcommon_workaround_.28discouraged.29
22
23
24 > +
25 > ./configure \
26 > --prefix="${EPREFIX}"/usr \
27 > --docdir="${EPREFIX}"/usr/share/doc/${PF} \
28 > diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
29 > index 72ff783c840..6832624fb6b 100644
30 > --- a/app-editors/vis/vis-9999.ebuild
31 > +++ b/app-editors/vis/vis-9999.ebuild
32 > @@ -34,6 +34,8 @@ src_prepare() {
33 > }
34 >
35 > src_configure() {
36 > + export CFLAGS="$CFLAGS -fcommon" # https://github.com/martanne/vis-test/issues/21
37 > +
38
39 Here too.
40
41 -- juippis

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-proxy-maint] [PATCH 1/2] app-editors/vis: Add -fcommon Joonas Niilola <juippis@g.o>