Date: Sun, 10 Nov 2019 14:28:38 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517208 - head/net/pichi Message-ID: <201911101428.xAAEScBm038676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911101428.xAAEScBm038676>