diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-08-01 09:04:35 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-08-01 09:04:35 +0000 |
commit | 32535d599a6d4642afe3025f219810866ef0348b (patch) | |
tree | bdacb6772bd04c003cd561705de5d3a6ed0a53c2 /net-p2p | |
parent | 9cd7f215d29fd74dcf89dc660ffb14cb3be528ac (diff) | |
download | ports-32535d599a6d4642afe3025f219810866ef0348b.tar.gz ports-32535d599a6d4642afe3025f219810866ef0348b.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/verlihub-plugins-floodprotect/Makefile | 4 |
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> |