pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-grpcio-tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 13 06:56:00 UTC 2025

Modified Files:
        pkgsrc/net/py-grpcio-tools: Makefile

Log Message:
py-grpcio-tools: force c++17

to fix build on NetBSD 10


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/py-grpcio-tools/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-tools/Makefile
diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.86 pkgsrc/net/py-grpcio-tools/Makefile:1.87
--- pkgsrc/net/py-grpcio-tools/Makefile:1.86    Mon Jul 28 13:54:01 2025
+++ pkgsrc/net/py-grpcio-tools/Makefile Wed Aug 13 06:56:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2025/07/28 13:54:01 adam Exp $
+# $NetBSD: Makefile,v 1.87 2025/08/13 06:56:00 wiz Exp $
 
 DISTNAME=      grpcio_tools-1.74.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -18,6 +18,7 @@ CHECK_PORTABILITY_SKIP=       third_party/prot
 
 USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
+FORCE_CXX_STD=         c++17
 
 MAKE_ENV+=     GRPC_PYTHON_LDFLAGS="-lprotoc ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.protobuf}/lib"
 



Home | Main Index | Thread Index | Old Index