]> git.draconx.ca Git - gentoo-draconx.git/blob - sys-devel/gcc/files/gcc-configure-texinfo.patch
Add gcc with fixed POD dependencies.
[gentoo-draconx.git] / sys-devel / gcc / files / gcc-configure-texinfo.patch
1 Chances are quite good that the installed makeinfo is sufficient.
2 So ignore false positives where the makeinfo installed is so new
3 that it violates the cheesy version grep.
4
5 http://bugs.gentoo.org/198182
6
7 --- configure
8 +++ configure
9 @@ -3573,6 +3573,6 @@
10        :
11      else
12 -      MAKEINFO="$MISSING makeinfo"
13 +      :
14      fi
15      ;;