Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 01:31:59 +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: r488042 - head/devel/capnproto
Message-ID:  <201812220131.wBM1Vxfk071286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220131.wBM1Vxfk071286>