summaryrefslogtreecommitdiff
path: root/lang/gcc3-c/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc3-c/patches/patch-aa')
-rw-r--r--lang/gcc3-c/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/gcc3-c/patches/patch-aa b/lang/gcc3-c/patches/patch-aa
new file mode 100644
index 00000000000..5ef78495cdf
--- /dev/null
+++ b/lang/gcc3-c/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2003/07/06 12:15:08 drochner Exp $
+
+--- Makefile.in.orig Wed May 14 10:18:14 2003
++++ Makefile.in
+@@ -153,11 +153,11 @@ M4 = `if [ -f $$r/m4/m4 ] ; \
+
+ # For an installed makeinfo, we require it to be from texinfo 4.2 or
+ # higher, else we use the "missing" dummy.
+-MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
+- then echo $$r/texinfo/makeinfo/makeinfo ; \
+- else if (makeinfo --version \
+- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])') >/dev/null 2>&1; \
+- then echo makeinfo; else echo $$s/missing makeinfo; fi; fi`
++#MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
++# then echo $$r/texinfo/makeinfo/makeinfo ; \
++# else if (makeinfo --version \
++# | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])') >/dev/null 2>&1; \
++# then echo makeinfo; else echo $$s/missing makeinfo; fi; fi`
+
+ # This just becomes part of the MAKEINFO definition passed down to
+ # sub-makes. It lets flags be given on the command line while still