aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc47/files
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2003-05-07 06:14:55 +0800
committergerald <gerald@FreeBSD.org>2003-05-07 06:14:55 +0800
commit65f8ac949fb94d3b6a09b451ea66f4e1bd9717cb (patch)
treee67a2823d574fb887cfd6429adf12edd676048b7 /lang/gcc47/files
parentee26a2297cd8782db25fa40493f941507f537bdc (diff)
downloadfreebsd-ports-gnome-65f8ac949fb94d3b6a09b451ea66f4e1bd9717cb.tar.gz
freebsd-ports-gnome-65f8ac949fb94d3b6a09b451ea66f4e1bd9717cb.tar.zst
freebsd-ports-gnome-65f8ac949fb94d3b6a09b451ea66f4e1bd9717cb.zip
Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.
Adjust COMMENT and remove NO_CDROM. Reenable man pages.
Diffstat (limited to 'lang/gcc47/files')
-rw-r--r--lang/gcc47/files/patch-gengtype-yacc.y17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/gcc47/files/patch-gengtype-yacc.y b/lang/gcc47/files/patch-gengtype-yacc.y
index cf227a4b58a6..4afaae159533 100644
--- a/lang/gcc47/files/patch-gengtype-yacc.y
+++ b/lang/gcc47/files/patch-gengtype-yacc.y
@@ -10,20 +10,3 @@
%}
%union {
-@@ -37,11 +40,11 @@
- %token <t>ENT_STRUCT
- %token ENT_EXTERNSTATIC
- %token ENT_YACCUNION
--%token GTY_TOKEN "GTY"
--%token UNION "union"
--%token STRUCT "struct"
--%token ENUM "enum"
--%token ALIAS "ptr_alias"
-+%token GTY_TOKEN
-+%token UNION
-+%token STRUCT
-+%token ENUM
-+%token ALIAS
- %token <s>PARAM_IS
- %token NUM
- %token PERCENTPERCENT "%%"