svn commit: r346794 - head/benchmarks/postal

Gerald Pfeifer gerald at FreeBSD.org
Sun Mar 2 19:57:31 UTC 2014


Author: gerald
Date: Sun Mar  2 19:57:30 2014
New Revision: 346794
URL: http://svnweb.freebsd.org/changeset/ports/346794
QAT: https://qat.redports.org/buildarchive/r346794/

Log:
  This needs a modern version of GCC, not just any version of GCC, to
  make sure things build on FreeBSD 9.x as well as 10.x.

Modified:
  head/benchmarks/postal/Makefile

Modified: head/benchmarks/postal/Makefile
==============================================================================
--- head/benchmarks/postal/Makefile	Sun Mar  2 19:51:41 2014	(r346793)
+++ head/benchmarks/postal/Makefile	Sun Mar  2 19:57:30 2014	(r346794)
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=	SSL
 OPTIONS_DEFAULT=	SSL
 
 USES=		gmake
-USE_GCC=	any
+USE_GCC=	4.7+	# Uses GCC-specific C++ namespaces.
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gnutls
 


More information about the svn-ports-all mailing list