[arch-commits] CVS update of core/devel/binutils (binutils-configure.patch)

Thomas Baechler thomas at archlinux.org
Thu Sep 20 15:37:48 UTC 2007


    Date: Thursday, September 20, 2007 @ 11:37:48
  Author: thomas
    Path: /home/cvs-core/core/devel/binutils

   Added: binutils-configure.patch (1.1)

added missing patch file


--------------------------+
 binutils-configure.patch |   12 ++++++++++++
 1 file changed, 12 insertions(+)


Index: core/devel/binutils/binutils-configure.patch
diff -u /dev/null core/devel/binutils/binutils-configure.patch:1.1
--- /dev/null	Thu Sep 20 11:37:47 2007
+++ core/devel/binutils/binutils-configure.patch	Thu Sep 20 11:37:47 2007
@@ -0,0 +1,12 @@
+diff -Nur binutils-2.18.orig/configure.ac binutils-2.18/configure.ac
+--- binutils-2.18.orig/configure.ac	2007-08-28 22:24:26.000000000 +0200
++++ binutils-2.18/configure.ac	2007-09-20 00:32:26.000000000 +0200
+@@ -2403,7 +2403,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]*([1-3][0-9]|4\.[4-9]|4\.[0-9][0-9]|[5-9])' >/dev/null 2>&1; then
+       :
+     else
+       MAKEINFO="$MISSING makeinfo"




More information about the arch-commits mailing list