pkgsrc/devel/protobuf/patches/patch-configure
adam b5580d9f67 protobuf py-protobuf: updated to 3.17.3
Protocol Buffers v3.17.3

C++

Introduce FieldAccessListener.
Stop emitting boilerplate {Copy/Merge}From in each ProtoBuf class
Fixed some uninitialized variable warnings in generated_message_reflection.cc.
2021-06-09 04:57:10 +00:00

15 lines
366 B
Text

$NetBSD: patch-configure,v 1.6 2021/06/09 04:57:10 adam Exp $
Disable Solaris ISA selection.
--- configure.orig 2021-06-08 14:11:47.000000000 +0000
+++ configure
@@ -7640,7 +7640,7 @@ fi
fi
case $host_os in
- *solaris*)
+ *notsolaris*)
for ac_prog in isainfo
do
# Extract the first word of "$ac_prog", so it can be a program name with args.