summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-11-11 20:29:53 +0000
committerMike Frysinger <vapier@gentoo.org>2007-11-11 20:29:53 +0000
commit0ee48910bc3d7dc9df04236cdb585bba846bdc42 (patch)
tree6ad3ebd1bc162f09677b15ab74430d1bce82a345 /sys-devel/gcc/files
parentapply gcc-configure-texinfo.patch (diff)
downloadhistorical-0ee48910bc3d7dc9df04236cdb585bba846bdc42.tar.gz
historical-0ee48910bc3d7dc9df04236cdb585bba846bdc42.tar.bz2
historical-0ee48910bc3d7dc9df04236cdb585bba846bdc42.zip
Disable makeinfo version checking #198182.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sys-devel/gcc/files')
-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 000000000000..ddc098ddbd58
--- /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
+ ;;
+