diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-26 01:06:03 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-26 01:06:03 +0800 |
commit | 458d3d20d3a9f7b3744411bbec2ba53e15b09816 (patch) | |
tree | 21f74c8c195930c448f2cfc9c153b097336a6027 /devel | |
parent | f74335952a24fef1aae8dff5bab4b3611badd95a (diff) | |
download | freebsd-ports-gnome-458d3d20d3a9f7b3744411bbec2ba53e15b09816.tar.gz freebsd-ports-gnome-458d3d20d3a9f7b3744411bbec2ba53e15b09816.tar.zst freebsd-ports-gnome-458d3d20d3a9f7b3744411bbec2ba53e15b09816.zip |
- Fix gcc33 problems within comments
Diffstat (limited to 'devel')
-rw-r--r-- | devel/m6811-gcc/Makefile | 1 | ||||
-rw-r--r-- | devel/m6811-gcc/files/patch-gcc-ch-loop.c | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/devel/m6811-gcc/Makefile b/devel/m6811-gcc/Makefile index dc54f8578b49..958771d83691 100644 --- a/devel/m6811-gcc/Makefile +++ b/devel/m6811-gcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcc PORTVERSION= 2.95.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcc diff --git a/devel/m6811-gcc/files/patch-gcc-ch-loop.c b/devel/m6811-gcc/files/patch-gcc-ch-loop.c new file mode 100644 index 000000000000..e44619746abb --- /dev/null +++ b/devel/m6811-gcc/files/patch-gcc-ch-loop.c @@ -0,0 +1,13 @@ +--- gcc/ch/loop.c.orig Mon Jan 11 14:17:29 1999 ++++ gcc/ch/loop.c Mon Aug 25 18:56:36 2003 +@@ -318,8 +318,8 @@ + (associated with all iterators). + + NOTE: Z.200, section 10.1 says that a block is ... +- "the actions statement list in a do action, including any +- loop counter and while control". This means that an exp- ++ ;the actions statement list in a do action, including any ++ loop counter and while control;. This means that an exp- + ression in a WHILE control can include references to the + loop counters created for the loop''s exclusive use. + Example: |