diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-03 03:57:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-03 03:57:30 +0800 |
commit | b343a79f2ae693e9ae24381d52018797abc0069f (patch) | |
tree | 74674d60f88168a7762f1aeedaa0e3ad15912c62 /benchmarks | |
parent | 0f0ea9f05db99077ae5cfc35c8dc6dc0691dc4a3 (diff) | |
download | freebsd-ports-gnome-b343a79f2ae693e9ae24381d52018797abc0069f.tar.gz freebsd-ports-gnome-b343a79f2ae693e9ae24381d52018797abc0069f.tar.zst freebsd-ports-gnome-b343a79f2ae693e9ae24381d52018797abc0069f.zip |
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.
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 |