diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 95ebf646e114..ae06d8de25ac 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -21,6 +21,9 @@ SHEBANG_FILES= tools/*.pl USE_GCC= any GNU_CONFIGURE= yes +# The port does not build with C++11 or later (bug 219275). +USE_CXXSTD= gnu++03 + CONFLICTS= ltrace-0* OPTIONS_DEFINE= DOCS GNUPLOT GSSAPI LDNS PERL SSL ZLIB |