aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/verlihub-plugins-floodprotect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/verlihub-plugins-floodprotect/Makefile')
-rw-r--r--net-p2p/verlihub-plugins-floodprotect/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/verlihub-plugins-floodprotect/Makefile b/net-p2p/verlihub-plugins-floodprotect/Makefile
index f8e96ba47099..720a419939a9 100644
--- a/net-p2p/verlihub-plugins-floodprotect/Makefile
+++ b/net-p2p/verlihub-plugins-floodprotect/Makefile
@@ -15,5 +15,9 @@ BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (s
PLUGIN_NAME= floodprot
PLUGIN_DESC= Floodprotect
+# Bug 219281: the port fails to build in C++14 mode (the default in GCC 6),
+# switch back to the old default GCC used before.
+USE_CXXSTD= gnu++03
+
.include "../verlihub-plugins/Makefile.plugins"
.include <bsd.port.mk>