pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/protobuf
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 31 17:42:29 UTC 2026
Modified Files:
pkgsrc/devel/protobuf: Makefile
Log Message:
protobuf: mark as needing gcc>=13
link to upstream bug report
PR 60138.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/protobuf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.102 pkgsrc/devel/protobuf/Makefile:1.103
--- pkgsrc/devel/protobuf/Makefile:1.102 Thu Mar 26 09:31:53 2026
+++ pkgsrc/devel/protobuf/Makefile Tue Mar 31 17:42:29 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2026/03/26 09:31:53 adam Exp $
+# $NetBSD: Makefile,v 1.103 2026/03/31 17:42:29 wiz Exp $
#
# When updating this, please also update devel/py-protobuf.
#
@@ -23,6 +23,9 @@ USE_CXX_FEATURES= c++17
USE_LANGUAGES= c c++
FORCE_CXX_STD= c++17
+# https://github.com/protocolbuffers/protobuf/issues/26383
+GCC_REQD+= 13
+
CMAKE_CONFIGURE_ARGS+= -Dprotobuf_ABSL_PROVIDER=package
# FIXME: Currently libupd makes net/grpc build fail.
#CMAKE_CONFIGURE_ARGS+= -Dprotobuf_BUILD_LIBUPB=OFF
Home |
Main Index |
Thread Index |
Old Index