Date: Sun, 9 Jun 2019 22:41:35 +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: r503862 - head/devel/estd Message-ID: <201906092241.x59MfZGh058707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Jun 9 22:41:34 2019 New Revision: 503862 URL: https://svnweb.freebsd.org/changeset/ports/503862 Log: Add compiler:c++17-lang to USES to fix build on gcc-based architectures. Approved by: portmgr (tier-2 blanket) Modified: head/devel/estd/Makefile Modified: head/devel/estd/Makefile ============================================================================== --- head/devel/estd/Makefile Sun Jun 9 22:39:47 2019 (r503861) +++ head/devel/estd/Makefile Sun Jun 9 22:41:34 2019 (r503862) @@ -10,7 +10,7 @@ COMMENT= Header-only C++ utilities in the style of the LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= fizyr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906092241.x59MfZGh058707>