svn commit: r517208 - head/net/pichi
Mark Linimon
linimon at FreeBSD.org
Sun Nov 10 14:28:38 UTC 2019
Author: linimon
Date: Sun Nov 10 14:28:38 2019
New Revision: 517208
URL: https://svnweb.freebsd.org/changeset/ports/517208
Log:
Fix build on GCC-based systems:
Target "cmTC_fcae3" requires the language dialect "CXX17" , but CMake does
not know the compile flags to use to enable it.
Approved by: portmgr (tier-2 blanket)
Modified:
head/net/pichi/Makefile
Modified: head/net/pichi/Makefile
==============================================================================
--- head/net/pichi/Makefile Sun Nov 10 14:08:33 2019 (r517207)
+++ head/net/pichi/Makefile Sun Nov 10 14:28:38 2019 (r517208)
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rapidjson>=1.1.0:devel/rapidjson
-USES= cmake
+USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= pichi-router
More information about the svn-ports-all
mailing list