From 0aa2eced2788be1f6f7e46958026b6b06823e64e Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Fri, 18 Aug 2017 12:05:39 +0000 Subject: [PATCH] Explicitly build with -std=gnu++03. The port does not build with C++11 or later (GCC 6 defaults to -std=gnu++14 instead of -std=gnu++03). PR: 219275 --- benchmarks/polygraph/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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