diff options
author | jeh <jeh@FreeBSD.org> | 2004-08-15 23:16:35 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-08-15 23:16:35 +0800 |
commit | 4fb2ddabfee993c64d49135eac4599f8cbd06baa (patch) | |
tree | 79347a877006c24686550f7dc5d52bad89e25e75 /devel | |
parent | 72efaa6a5e2fc6ae17769387390a1820f641bddd (diff) | |
download | freebsd-ports-gnome-4fb2ddabfee993c64d49135eac4599f8cbd06baa.tar.gz freebsd-ports-gnome-4fb2ddabfee993c64d49135eac4599f8cbd06baa.tar.zst freebsd-ports-gnome-4fb2ddabfee993c64d49135eac4599f8cbd06baa.zip |
Patch an obvious typo in the GCC g77 code pickedup by the new GCC compiler
in -CURRENT
Diffstat (limited to 'devel')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-g77/files/patch-ac | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index 18bd299194ed..722223ba7f9a 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -7,7 +7,7 @@ PORTNAME= g77 PORTVERSION= 3.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ ${MASTER_SITE_GNU:S/$/:gcc/} diff --git a/devel/i386-rtems-g77/files/patch-ac b/devel/i386-rtems-g77/files/patch-ac new file mode 100644 index 000000000000..3ed525474972 --- /dev/null +++ b/devel/i386-rtems-g77/files/patch-ac @@ -0,0 +1,11 @@ +--- gcc-3.2.3/gcc/f/com.h.orig Sun Aug 15 08:57:54 2004 ++++ gcc-3.2.3/gcc/f/com.h Sun Aug 15 08:58:24 2004 +@@ -226,7 +226,7 @@ + void ffecom_finish_progunit (void); + tree ffecom_get_invented_identifier (const char *pattern, ...) + ATTRIBUTE_PRINTF_1; +-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); |