Date: Tue, 30 Apr 2019 21:13:26 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500567 - head/devel/py-grpcio-tools Message-ID: <201904302113.x3ULDQIY000941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904302113.x3ULDQIY000941>