<!-- Generator: GNU source-highlight 2.4
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt>#
#
# patch "packages/gdb/gdb-cross.inc"
#  from [f22b5bdf741d9b9ce7a69086a1b6ff8dc8383420]
#    to [535e8f1b07e8d49315fe81676dc70d61700d6c19]
#
============================================================
<font color="#FF6600">--- packages/gdb/gdb-cross.inc        f22b5bdf741d9b9ce7a69086a1b6ff8dc8383420</font>
<font color="#009900">+++ packages/gdb/gdb-cross.inc        535e8f1b07e8d49315fe81676dc70d61700d6c19</font>
<font color="#0000FF">@@ -10,6 +10,12 @@ do_configure () {</font>
 # override this function to avoid the autoconf/automake/aclocal/autoheader
 # calls for now
         (cd ${S} &amp;&amp; gnu-configize) || die "failure in running gnu-configize"
<font color="#009900">+</font>
<font color="#009900">+        # Fix for issues when system's texinfo version &gt;= 4.10</font>
<font color="#009900">+        # (See https://bugzilla.redhat.com/show_bug.cgi?id=345621)</font>
<font color="#009900">+        sed -i -e 's/egrep `texinfo.*`/egrep `texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4.[1-9][0-9]+|[5-9])`/' '${S}/configure'</font>
<font color="#009900">+</font>
<font color="#009900">+</font>
         oe_runconf
 }
 
</tt></pre>