diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-10 17:16:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-10 17:16:42 +0100 |
commit | d4212996b6b1051d2bcd84b07167072c2f2e985a (patch) | |
tree | 24e38b88c3cb9bf72c1e67b0ae1710ef3127f981 /sys-devel/base-gcc/files/gcc-configure-texinfo.patch | |
parent | 760bc8e27c3b4938db2cddd4231a30d647c71aa5 (diff) |
Revert "drop experimental base-gcc linking issues, we will fix it in another way"
This reverts commit 1dcb8f6287ead5caac2d67c71b449185c1f663f5.
Diffstat (limited to 'sys-devel/base-gcc/files/gcc-configure-texinfo.patch')
-rw-r--r-- | sys-devel/base-gcc/files/gcc-configure-texinfo.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/base-gcc/files/gcc-configure-texinfo.patch b/sys-devel/base-gcc/files/gcc-configure-texinfo.patch new file mode 100644 index 00000000..ddc098dd --- /dev/null +++ b/sys-devel/base-gcc/files/gcc-configure-texinfo.patch @@ -0,0 +1,16 @@ +Chances are quite good that the installed makeinfo is sufficient. +So ignore false positives where the makeinfo installed is so new +that it violates the cheesy version grep. + +http://bugs.gentoo.org/198182 + +--- configure ++++ configure +@@ -3573,6 +3573,6 @@ + : + else +- MAKEINFO="$MISSING makeinfo" ++ : + fi + ;; + |