svn commit: r500567 - head/devel/py-grpcio-tools

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 30 21:13:27 UTC 2019


Author: pkubaj
Date: Tue Apr 30 21:13:26 2019
New Revision: 500567
URL: https://svnweb.freebsd.org/changeset/ports/500567

Log:
  devel/py-grpcio-tools: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang:
  cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/py-grpcio-tools/Makefile

Modified: head/devel/py-grpcio-tools/Makefile
==============================================================================
--- head/devel/py-grpcio-tools/Makefile	Tue Apr 30 21:02:33 2019	(r500566)
+++ head/devel/py-grpcio-tools/Makefile	Tue Apr 30 21:13:26 2019	(r500567)
@@ -15,7 +15,7 @@ LICENSE=	BSD3CLAUSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}grpcio>1:devel/py-grpcio@${PY_FLAVOR}
 LIB_DEPENDS=	libcares.so:dns/c-ares
 
-USES=		localbase:ldflags python
+USES=		compiler:c++11-lang localbase:ldflags python
 USE_PYTHON=	autoplist distutils
 CFLAGS+=	-DHAVE_PTHREAD=1
 LDFLAGS+=	-lcares


More information about the svn-ports-head mailing list