diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-02 19:57:30 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-02 19:57:30 +0000 |
commit | 1a082e26a12db87e3c295b0e28921e32fe791a68 (patch) | |
tree | 74674d60f88168a7762f1aeedaa0e3ad15912c62 /benchmarks | |
parent | 9c5193b782e2423bb295cd52ba5400da2f556452 (diff) | |
download | ports-1a082e26a12db87e3c295b0e28921e32fe791a68.tar.gz ports-1a082e26a12db87e3c295b0e28921e32fe791a68.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 8480cb8caec2..9e79f9f60fc2 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -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 |