Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 16:38:18 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313109 - head/devel/libexplain/files
Message-ID:  <201302281638.r1SGcIr5063568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281638.r1SGcIr5063568>