svn commit: r310617 - head/benchmarks/filebench/files

Pietro Cerutti gahr at FreeBSD.org
Fri Jan 18 17:26:01 UTC 2013


Author: gahr
Date: Fri Jan 18 17:26:00 2013
New Revision: 310617
URL: http://svnweb.freebsd.org/changeset/ports/310617

Log:
  - fix build with clang

Added:
  head/benchmarks/filebench/files/
  head/benchmarks/filebench/files/patch-parser_gram.c   (contents, props changed)

Added: head/benchmarks/filebench/files/patch-parser_gram.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/filebench/files/patch-parser_gram.c	Fri Jan 18 17:26:00 2013	(r310617)
@@ -0,0 +1,11 @@
+--- parser_gram.c.orig	2013-01-18 18:18:01.000000000 +0100
++++ parser_gram.c	2013-01-18 18:18:07.000000000 +0100
+@@ -114,7 +114,7 @@
+ /* executable name to execute worker processes later */
+ char *execname;
+ 
+-static int dofile = DOFILE_FALSE;
++int dofile = DOFILE_FALSE;
+ static FILE *parentscript;
+ 
+ static char *fbbasepath = FILEBENCHDIR;


More information about the svn-ports-head mailing list