pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-grpcio py-grpcio: fix building



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69558f47c67a
branches:  trunk
changeset: 449236:69558f47c67a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 22 18:43:28 2021 +0000

description:
py-grpcio: fix building

diffstat:

 net/py-grpcio/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r a38a2feb4b00 -r 69558f47c67a net/py-grpcio/Makefile
--- a/net/py-grpcio/Makefile    Mon Mar 22 17:46:15 2021 +0000
+++ b/net/py-grpcio/Makefile    Mon Mar 22 18:43:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/03/04 08:09:31 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/03/22 18:43:28 adam Exp $
 
 DISTNAME=      grpcio-1.36.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,9 +14,10 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_LANGUAGES+=        c99 c++11
+USE_LANGUAGES= c99 c++11
 USE_TOOLS+=    gmake pkg-config
 
+.include "../../devel/abseil/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/grpc/buildlink3.mk"
 .include "../../net/libcares/buildlink3.mk"



Home | Main Index | Thread Index | Old Index