From bca80f0051097b210a1b98fafed5a2231d694126 Mon Sep 17 00:00:00 2001 From: drochner Date: Sun, 6 Jul 2003 12:15:03 +0000 Subject: Split the gcc3 pkg into per-language pieces. Needs some cleanup and integration; eventually lang/gcc3 can turn into a meta-pkg. --- lang/gcc3-c/patches/patch-aa | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lang/gcc3-c/patches/patch-aa (limited to 'lang/gcc3-c/patches/patch-aa') 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 -- cgit v1.2.3