pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-grpcio
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 22 18:43:28 UTC 2021
Modified Files:
pkgsrc/net/py-grpcio: Makefile
Log Message:
py-grpcio: fix building
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/py-grpcio/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.29 pkgsrc/net/py-grpcio/Makefile:1.30
--- pkgsrc/net/py-grpcio/Makefile:1.29 Thu Mar 4 08:09:31 2021
+++ pkgsrc/net/py-grpcio/Makefile Mon Mar 22 18:43:28 2021
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../.
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