summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-12-15 04:12:05 +0000
committerCy Schubert <cy@FreeBSD.org>2002-12-15 04:12:05 +0000
commitf94d945246156273a8974b75c51df8caedabed88 (patch)
treeeb3c1d0bb8e9084f7c82b4679b56c0d5b32bdc1a /x11-toolkits/wxgtk
parentFix building of news/bgrab (diff)
Fix bison-1.75 syntax error.
Approved by: portsmgr (kris)
Notes
Notes: svn path=/head/; revision=71649
Diffstat (limited to 'x11-toolkits/wxgtk')
-rw-r--r--x11-toolkits/wxgtk/files/patch-src::common::parser.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk/files/patch-src::common::parser.y b/x11-toolkits/wxgtk/files/patch-src::common::parser.y
new file mode 100644
index 000000000000..6aa71425b018
--- /dev/null
+++ b/x11-toolkits/wxgtk/files/patch-src::common::parser.y
@@ -0,0 +1,10 @@
+--- src/common/parser.y.orig Fri Jan 4 07:47:57 2002
++++ src/common/parser.y Sat Dec 14 14:49:19 2002
+@@ -98,6 +98,7 @@
+ free($1); }
+ | arg1
+ {$$ = $1; }
++ ;
+
+ arg1 : WORD
+ {$$ = wxmake_word($1); free($1);}