svn commit: r488042 - head/devel/capnproto

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 01:31:59 UTC 2018


Author: linimon
Date: Sat Dec 22 01:31:58 2018
New Revision: 488042
URL: https://svnweb.freebsd.org/changeset/ports/488042

Log:
  This port needs USES=compiler:c++14-lang to build on GCC-based
  architectures.
  
  PR:		234188
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/devel/capnproto/Makefile

Modified: head/devel/capnproto/Makefile
==============================================================================
--- head/devel/capnproto/Makefile	Sat Dec 22 01:25:32 2018	(r488041)
+++ head/devel/capnproto/Makefile	Sat Dec 22 01:31:58 2018	(r488042)
@@ -12,7 +12,7 @@ COMMENT=	Serialization/RPC system
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-USES=		autoreconf gmake libtool ssl
+USES=		autoreconf compiler:c++14-lang gmake libtool ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	capnproto


More information about the svn-ports-all mailing list