diff options
Diffstat (limited to 'lang/gcc3-c/patches/patch-ai')
-rw-r--r-- | lang/gcc3-c/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc3-c/patches/patch-ai b/lang/gcc3-c/patches/patch-ai new file mode 100644 index 00000000000..d5dc6b3d2dd --- /dev/null +++ b/lang/gcc3-c/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2003/07/06 12:15:08 drochner Exp $ + +--- gcc/configure.orig 2003-07-04 12:51:47.000000000 +0200 ++++ gcc/configure 2003-07-04 12:52:44.000000000 +0200 +@@ -8559,7 +8559,7 @@ + lang_specs_files= + lang_options_files= + lang_tree_files= +-for subdir in . $subdirs ++for subdir in . cp f java objc ada + do + if test -f $srcdir/$subdir/lang-specs.h; then + lang_specs_files="$lang_specs_files $srcdir/$subdir/lang-specs.h" |