Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 8.2.0/gentoo/
Date: Thu, 18 Oct 2018 20:40:57
Message-Id: 1539895209.455a1ff3dbd5c06aa8987bfed050fd802ed34607.slyfox@gentoo
1 commit: 455a1ff3dbd5c06aa8987bfed050fd802ed34607
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 20:40:09 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 20:40:09 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=455a1ff3
7
8 8.2.0: update 105_all_libgfortran-Werror.patch to include configure.ac
9
10 Before this change only configure was update, but not configure.ac.
11
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 8.2.0/gentoo/105_all_libgfortran-Werror.patch | 7 +++++++
15 8.2.0/gentoo/README.history | 1 +
16 2 files changed, 8 insertions(+)
17
18 diff --git a/8.2.0/gentoo/105_all_libgfortran-Werror.patch b/8.2.0/gentoo/105_all_libgfortran-Werror.patch
19 index c54a469..f6c26bf 100644
20 --- a/8.2.0/gentoo/105_all_libgfortran-Werror.patch
21 +++ b/8.2.0/gentoo/105_all_libgfortran-Werror.patch
22 @@ -4,6 +4,13 @@ https://bugs.gentoo.org/433435
23 http://gcc.gnu.org/PR54724
24
25
26 +--- a/libgfortran/configure.ac
27 ++++ b/libgfortran/configure.ac
28 +@@ -140,3 +140,3 @@ AM_PROG_CC_C_O
29 + if test "x$GCC" = "xyes"; then
30 +- AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring"
31 ++ AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring"
32 + ## We like to use C11 and C99 routines when available. This makes
33 --- a/libgfortran/configure
34 +++ b/libgfortran/configure
35 @@ -5764,3 +5764,3 @@ fi
36
37 diff --git a/8.2.0/gentoo/README.history b/8.2.0/gentoo/README.history
38 index d85e258..3a021b7 100644
39 --- a/8.2.0/gentoo/README.history
40 +++ b/8.2.0/gentoo/README.history
41 @@ -1,5 +1,6 @@
42 1.5 TODO
43 + 111_all_ubd-hog-PR85704.patch
44 + U 105_all_libgfortran-Werror.patch
45
46 1.4 01 Oct 2018
47 + 105_all_libgfortran-Werror.patch