summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff')
-rw-r--r--contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff b/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
new file mode 100644
index 0000000000..6896980d5e
--- /dev/null
+++ b/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
@@ -0,0 +1,24 @@
+diff -Naur binutils-20060817-1.orig/configure binutils-20060817-1/configure
+--- binutils-20060817-1.orig/configure 2006-08-17 07:00:58.000000000 +0200
++++ binutils-20060817-1/configure 2008-03-12 03:52:57.000000000 +0100
+@@ -3681,7 +3681,7 @@
+ # For an installed makeinfo, we require it to be from texinfo 4.4 or
+ # higher, else we use the "missing" dummy.
+ if ${MAKEINFO} --version \
+- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"
+diff -Naur binutils-20060817-1.orig/configure.in binutils-20060817-1/configure.in
+--- binutils-20060817-1.orig/configure.in 2006-08-17 07:00:58.000000000 +0200
++++ binutils-20060817-1/configure.in 2008-03-12 03:52:57.000000000 +0100
+@@ -2232,7 +2232,7 @@
+ # For an installed makeinfo, we require it to be from texinfo 4.4 or
+ # higher, else we use the "missing" dummy.
+ if ${MAKEINFO} --version \
+- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
++ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"