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:
parent
6a7487d98c
commit
09017df712
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126845
@ -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
|
||||
|
11
devel/mingw-gcc/files/patch-ad
Normal file
11
devel/mingw-gcc/files/patch-ad
Normal 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);
|
Loading…
Reference in New Issue
Block a user