summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk-devel/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-26 18:36:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-26 18:36:02 +0000
commitaf349620a3224c42f9be71745d7ae0631cf49c26 (patch)
tree99f44539da8dc89615db3e2b9d111c578197a4f6 /x11-toolkits/wxgtk-devel/files
parentRemove GNOME mirrors that have not converted to the new site layout. (diff)
fix bison syntax error
Diffstat (limited to 'x11-toolkits/wxgtk-devel/files')
-rw-r--r--x11-toolkits/wxgtk-devel/files/patch-parser.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk-devel/files/patch-parser.y b/x11-toolkits/wxgtk-devel/files/patch-parser.y
new file mode 100644
index 000000000000..af242167d1ab
--- /dev/null
+++ b/x11-toolkits/wxgtk-devel/files/patch-parser.y
@@ -0,0 +1,10 @@
+--- src/common/parser.y.orig Wed Dec 18 21:06:41 2002
++++ src/common/parser.y Wed Dec 18 21:06:48 2002
+@@ -97,6 +97,7 @@
+ free($1); }
+ | arg1
+ {$$ = $1; }
++ ;
+
+ arg1 : WORD
+ {$$ = wxmake_word($1); free($1);}