summaryrefslogtreecommitdiff
path: root/cross/avr-binutils/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-19 12:34:26 +0000
committerwiz <wiz>2003-09-19 12:34:26 +0000
commit258690dc13b338873b4ce7710bf340362babc1d2 (patch)
tree8937a0e39cffbf6c591ea6b06e4039baa3982e9a /cross/avr-binutils/patches
parente08095c3b61e13609c868f8c71431f1ceb9c1983 (diff)
downloadpkgsrc-258690dc13b338873b4ce7710bf340362babc1d2.tar.gz
Don't install info pages, to avoid conflict with binutils package.
Bump PKGREVISION.
Diffstat (limited to 'cross/avr-binutils/patches')
-rw-r--r--cross/avr-binutils/patches/patch-ae13
-rw-r--r--cross/avr-binutils/patches/patch-af13
-rw-r--r--cross/avr-binutils/patches/patch-ag13
3 files changed, 39 insertions, 0 deletions
diff --git a/cross/avr-binutils/patches/patch-ae b/cross/avr-binutils/patches/patch-ae
new file mode 100644
index 00000000000..5993f63fa97
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2003/09/19 12:34:27 wiz Exp $
+
+--- binutils/doc/Makefile.in.orig Tue Jul 16 04:04:37 2002
++++ binutils/doc/Makefile.in
+@@ -167,7 +167,7 @@ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+ TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
+ TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
+-INFO_DEPS = binutils.info
++INFO_DEPS =
+ DVIS = binutils.dvi
+ TEXINFOS = binutils.texi
+ man1dir = $(mandir)/man1
diff --git a/cross/avr-binutils/patches/patch-af b/cross/avr-binutils/patches/patch-af
new file mode 100644
index 00000000000..a59b314aad9
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2003/09/19 12:34:27 wiz Exp $
+
+--- gas/doc/Makefile.in.orig Thu Jan 2 02:23:16 2003
++++ gas/doc/Makefile.in
+@@ -181,7 +181,7 @@ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
+ TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
+ TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
+-INFO_DEPS = as.info
++INFO_DEPS =
+ DVIS = as.dvi
+ TEXINFOS = as.texinfo
+ man1dir = $(mandir)/man1
diff --git a/cross/avr-binutils/patches/patch-ag b/cross/avr-binutils/patches/patch-ag
new file mode 100644
index 00000000000..dca7d927eef
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2003/09/19 12:34:28 wiz Exp $
+
+--- ld/Makefile.in.orig Thu Jan 2 01:56:31 2003
++++ ld/Makefile.in
+@@ -512,7 +512,7 @@ CCLD = $(CC)
+ LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+ TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then echo $(top_srcdir)/../texinfo/util/texi2dvi; else echo texi2dvi; fi`
+ TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
+-INFO_DEPS = ld.info
++INFO_DEPS =
+ DVIS = ld.dvi
+ TEXINFOS = ld.texinfo
+ man1dir = $(mandir)/man1