aboutsummaryrefslogtreecommitdiff
path: root/net/flower
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 16:08:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 16:08:49 +0000
commit92b6ceb69ec8758b947817da8faa775e3887c55b (patch)
tree793041bfbfd6a32749d12620620b4643e8bc46ec /net/flower
parentfe97e03c36a469f0f72c23d50aaa09f5eb75e057 (diff)
downloadports-92b6ceb69ec8758b947817da8faa775e3887c55b.tar.gz
ports-92b6ceb69ec8758b947817da8faa775e3887c55b.zip
This port uses C++17, but doesn't define it, which breaks build on
architectures that still use GCC. PR: 231918 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483311
Diffstat (limited to 'net/flower')
-rw-r--r--net/flower/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/flower/Makefile b/net/flower/Makefile
index 9662c51c2b54..aa19c99a5552 100644
--- a/net/flower/Makefile
+++ b/net/flower/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libarpc.so:devel/arpc \
libjsoncpp.so:devel/jsoncpp
-USES= cmake localbase:ldflags tar:xz
+USES= cmake compiler:c++17-lang localbase:ldflags tar:xz
USE_GITHUB= yes
GH_ACCOUNT= NuxiNL