summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-05 22:26:01 +0000
committerMike Frysinger <vapier@gentoo.org>2010-07-05 22:26:01 +0000
commit119ed3a6cc2b1243c945415e8506e3611ff5ff9c (patch)
tree4fddcab88346710d522d7adcdfe448f1146a403b /sys-devel/gcc/files/gcc-configure-texinfo.patch
parentimport some older versions of gcc (diff)
downloadtoolchain-119ed3a6cc2b1243c945415e8506e3611ff5ff9c.tar.gz
toolchain-119ed3a6cc2b1243c945415e8506e3611ff5ff9c.tar.bz2
toolchain-119ed3a6cc2b1243c945415e8506e3611ff5ff9c.zip
import random files the eclass wants
Diffstat (limited to 'sys-devel/gcc/files/gcc-configure-texinfo.patch')
-rw-r--r--sys-devel/gcc/files/gcc-configure-texinfo.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/gcc-configure-texinfo.patch b/sys-devel/gcc/files/gcc-configure-texinfo.patch
new file mode 100644
index 0000000..ddc098d
--- /dev/null
+++ b/sys-devel/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
+ ;;
+