svn commit: r346885 - head/benchmarks/bonnie++

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 3 12:23:17 UTC 2014


Author: bapt
Date: Mon Mar  3 12:23:16 2014
New Revision: 346885
URL: http://svnweb.freebsd.org/changeset/ports/346885
QAT: https://qat.redports.org/buildarchive/r346885/

Log:
  Readd USE_GCC=any while it builds fine with clang, it is not compatible with libc++

Modified:
  head/benchmarks/bonnie++/Makefile

Modified: head/benchmarks/bonnie++/Makefile
==============================================================================
--- head/benchmarks/bonnie++/Makefile	Mon Mar  3 12:06:38 2014	(r346884)
+++ head/benchmarks/bonnie++/Makefile	Mon Mar  3 12:23:16 2014	(r346885)
@@ -14,6 +14,7 @@ COMMENT=	Performance Test of Filesystem 
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+USE_GCC=	any
 
 USES=	shebangfix
 SHEBANG_FILES=	bon_csv2txt.in


More information about the svn-ports-head mailing list