Date: Sun, 2 Mar 2014 19:57:30 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346794 - head/benchmarks/postal Message-ID: <201403021957.s22JvUWw040603@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403021957.s22JvUWw040603>