diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw-gcc/Makefile | 4 | ||||
-rw-r--r-- | devel/mingw-gcc/files/patch-ad | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index a92f448896e8..e59c5b771e06 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -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 diff --git a/devel/mingw-gcc/files/patch-ad b/devel/mingw-gcc/files/patch-ad new file mode 100644 index 000000000000..8a190876a244 --- /dev/null +++ b/devel/mingw-gcc/files/patch-ad @@ -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); |