aboutsummaryrefslogtreecommitdiff
path: root/x11/xstroke
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 16:52:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 16:52:41 +0000
commit68f686414a87a2aebab04bfb7f340e37ccad030b (patch)
tree663b77528fbe2a02cdf923bba640ded2b228981b /x11/xstroke
parent10bd7658a47ab8ce1b99bcd922b2922fa4de0225 (diff)
downloadports-68f686414a87a2aebab04bfb7f340e37ccad030b.tar.gz
ports-68f686414a87a2aebab04bfb7f340e37ccad030b.zip
Fix build with bison 1.75.
Reported by: bento
Notes
Notes: svn path=/head/; revision=71326
Diffstat (limited to 'x11/xstroke')
-rw-r--r--x11/xstroke/files/patch-rec_parse.y17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xstroke/files/patch-rec_parse.y b/x11/xstroke/files/patch-rec_parse.y
new file mode 100644
index 000000000000..07f32db50578
--- /dev/null
+++ b/x11/xstroke/files/patch-rec_parse.y
@@ -0,0 +1,17 @@
+--- rec_parse.y.orig Mon Dec 2 11:54:46 2002
++++ rec_parse.y Mon Dec 2 11:55:02 2002
+@@ -162,12 +162,14 @@
+ $$ = $1;
+ rec_mode_list_append(&$$, $3);
+ }
++ ;
+
+ mode_id : STRING
+ {
+ $$ = rec_get_mode((rec_t *) rec, $1);
+ free($1);
+ }
++ ;
+
+ gesture_list : gesture
+ {