summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-05 19:30:45 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-05 19:30:45 +0000
commit9b1ff110406d6071cc6e047a50faa80a45c9323a (patch)
tree2e63e51c68cfe053a8a0ea0ae1eb765d3704781c /cross/COMMON
parentc3ed17d3dfef3a75acb3952c67f175087a065229 (diff)
downloadpkgsrc-9b1ff110406d6071cc6e047a50faa80a45c9323a.tar.gz
Fix GCC 3.4: prototype and implementation mismatch.
Diffstat (limited to 'cross/COMMON')
-rw-r--r--cross/COMMON/patches-egcs/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/cross/COMMON/patches-egcs/patch-ak b/cross/COMMON/patches-egcs/patch-ak
new file mode 100644
index 00000000000..b375f6aaf74
--- /dev/null
+++ b/cross/COMMON/patches-egcs/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2006/01/05 19:30:45 joerg Exp $
+
+--- gcc/f/com.h.orig 2005-12-23 17:46:13.000000000 +0000
++++ gcc/f/com.h
+@@ -301,7 +301,7 @@ void ffecom_finish_decl (tree decl, tree
+ void ffecom_finish_progunit (void);
+ tree ffecom_get_invented_identifier (char *pattern, char *text,
+ int number);
+-ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
++ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix);
+ ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
+ void ffecom_init_0 (void);
+ void ffecom_init_2 (void);