aboutsummaryrefslogtreecommitdiff
path: root/devel/libexplain/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-02-28 16:38:18 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-02-28 16:38:18 +0000
commit7051b8fd6d5f37426836f0d39a0a925b4b1ffe9c (patch)
treef7d567397c3c418698631a89d85d9d767c2d4dc6 /devel/libexplain/files
parent0c1b22d3b63756ba62aa202721d82de83ebf24d3 (diff)
downloadports-7051b8fd6d5f37426836f0d39a0a925b4b1ffe9c.tar.gz
ports-7051b8fd6d5f37426836f0d39a0a925b4b1ffe9c.zip
Fix build after bison update.
Obtained from: gentoo
Notes
Notes: svn path=/head/; revision=313109
Diffstat (limited to 'devel/libexplain/files')
-rw-r--r--devel/libexplain/files/patch-codegen-gram.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libexplain/files/patch-codegen-gram.y b/devel/libexplain/files/patch-codegen-gram.y
new file mode 100644
index 000000000000..3096d73ad850
--- /dev/null
+++ b/devel/libexplain/files/patch-codegen-gram.y
@@ -0,0 +1,10 @@
+--- codegen/gram.y.orig 2012-11-20 06:20:24.000000000 +0100
++++ codegen/gram.y 2013-02-28 17:27:14.000000000 +0100
+@@ -258,7 +258,6 @@
+ }
+
+
+-static int yyparse(void);
+ static node_t *result;
+ #if YYDEBUG
+ extern int yydebug;