1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix compilation on >5.x (gcc34)

PR:		ports/76138
Submitted by:	Corentin Plouet
This commit is contained in:
Volker Stolz 2005-01-19 16:35:48 +00:00
parent 6a7487d98c
commit 09017df712
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126845
2 changed files with 11 additions and 4 deletions

View File

@ -42,10 +42,6 @@ INFO= cpp g77 gcc
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif

View File

@ -0,0 +1,11 @@
--- gcc/f/com.h.orig Wed Jan 12 11:57:10 2005
+++ gcc/f/com.h Wed Jan 12 11:57:37 2005
@@ -310,7 +310,7 @@
void ffecom_finish_progunit (void);
tree ffecom_get_invented_identifier (const char *pattern, const 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);