diff options
author | drochner <drochner> | 2003-07-06 12:15:03 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-07-06 12:15:03 +0000 |
commit | bca80f0051097b210a1b98fafed5a2231d694126 (patch) | |
tree | 90757239cbac9281a1efbec2ae6d03efee333d33 /lang/gcc3-c/patches/patch-aa | |
parent | 93e3eafc652777c3d2f9db401f7d28580b78ae95 (diff) | |
download | pkgsrc-bca80f0051097b210a1b98fafed5a2231d694126.tar.gz |
Split the gcc3 pkg into per-language pieces.
Needs some cleanup and integration; eventually lang/gcc3 can turn into
a meta-pkg.
Diffstat (limited to 'lang/gcc3-c/patches/patch-aa')
-rw-r--r-- | lang/gcc3-c/patches/patch-aa | 21 |
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 |