]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/patches/binutils_texinfo_version.patch
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / patches / binutils_texinfo_version.patch
1 diff -Nur binutils-2.16.91-20060119-1.orig/configure binutils-2.16.91-20060119-1.patched/configure
2 --- binutils-2.16.91-20060119-1.orig/configure  2006-01-19 04:57:59.000000000 +0000
3 +++ binutils-2.16.91-20060119-1.patched/configure       2008-10-04 02:43:58.768687939 +0000
4 @@ -3549,7 +3549,7 @@
5      # For an installed makeinfo, we require it to be from texinfo 4.2 or
6      # higher, else we use the "missing" dummy.
7      if ${MAKEINFO} --version \
8 -       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
9 +       | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|4\.1[0-9]|[5-9])' >/dev/null 2>&1; then
10        :
11      else
12        MAKEINFO="$MISSING makeinfo"
13 diff -Nur binutils-2.16.91-20060119-1.orig/gas/Makefile.in binutils-2.16.91-20060119-1.patched/gas/Makefile.in
14 --- binutils-2.16.91-20060119-1.orig/gas/Makefile.in    2006-01-19 04:59:26.000000000 +0000
15 +++ binutils-2.16.91-20060119-1.patched/gas/Makefile.in 2008-10-04 03:13:51.380719189 +0000
16 @@ -3266,6 +3266,7 @@
17  .PHONY: dep dep-in dep-am
18  #MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
19  app.o: app.c $(INCDIR)/symcat.h
20 +       $(COMPILE) -c $< $(NO_WERROR)
21  as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \
22    output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h \
23    $(INCDIR)/elf/dwarf2.h $(BFDVER_H)
24 @@ -3302,6 +3303,7 @@
25  read.o: read.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \
26    subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \
27    dw2gencfi.h $(INCDIR)/elf/dwarf2.h
28 +       $(COMPILE) -c $< $(NO_WERROR)
29  sb.o: sb.c sb.h $(INCDIR)/symcat.h
30  stabs.o: stabs.c $(INCDIR)/symcat.h $(INCDIR)/obstack.h \
31    subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def