View | Details | Raw Unified | Return to bug 219281
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 15-19 Link Here
15
PLUGIN_NAME=	floodprot
15
PLUGIN_NAME=	floodprot
16
PLUGIN_DESC=	Floodprotect
16
PLUGIN_DESC=	Floodprotect
17
17
18
# Bug 219281: the port fails to build in C++14 mode (the default in GCC 6),
19
# switch back to the old default GCC used before.
20
USE_CXXSTD=	gnu++03
21
18
.include "../verlihub-plugins/Makefile.plugins"
22
.include "../verlihub-plugins/Makefile.plugins"
19
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 219281