Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-devel/gcc/files/
Date: Fri, 30 Dec 2011 12:06:15
Message-Id: dcb064ad0a7614024b0b8dd456d60de424a00f2f.blueness@gentoo
1 commit: dcb064ad0a7614024b0b8dd456d60de424a00f2f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 12:05:56 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 12:05:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=dcb064ad
7
8 sys-devel/gcc: added missing patch
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, signed Manifest commit with key 0xD0455535)
11
12 ---
13 sys-devel/gcc/files/gcc-configure-texinfo.patch | 16 ++++++++++++++++
14 1 files changed, 16 insertions(+), 0 deletions(-)
15
16 diff --git a/sys-devel/gcc/files/gcc-configure-texinfo.patch b/sys-devel/gcc/files/gcc-configure-texinfo.patch
17 new file mode 100644
18 index 0000000..ddc098d
19 --- /dev/null
20 +++ b/sys-devel/gcc/files/gcc-configure-texinfo.patch
21 @@ -0,0 +1,16 @@
22 +Chances are quite good that the installed makeinfo is sufficient.
23 +So ignore false positives where the makeinfo installed is so new
24 +that it violates the cheesy version grep.
25 +
26 +http://bugs.gentoo.org/198182
27 +
28 +--- configure
29 ++++ configure
30 +@@ -3573,6 +3573,6 @@
31 + :
32 + else
33 +- MAKEINFO="$MISSING makeinfo"
34 ++ :
35 + fi
36 + ;;
37 +