svn commit: r503862 - head/devel/estd

Mark Linimon linimon at FreeBSD.org
Sun Jun 9 22:41:36 UTC 2019


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
 


More information about the svn-ports-head mailing list