svn commit: r313109 - head/devel/libexplain/files

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 28 16:38:19 UTC 2013


Author: ehaupt
Date: Thu Feb 28 16:38:18 2013
New Revision: 313109
URL: http://svnweb.freebsd.org/changeset/ports/313109

Log:
  Fix build after bison update.
  
  Obtained from:	gentoo

Added:
  head/devel/libexplain/files/patch-codegen-gram.y   (contents, props changed)

Added: head/devel/libexplain/files/patch-codegen-gram.y
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libexplain/files/patch-codegen-gram.y	Thu Feb 28 16:38:18 2013	(r313109)
@@ -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;


More information about the svn-ports-head mailing list