Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 12:23:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346885 - head/benchmarks/bonnie++
Message-ID:  <201403031223.s23CNHjD099607@svn.freebsd.org>

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



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