diff options
-rw-r--r-- | dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch b/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch deleted file mode 100644 index 218dec00f872..000000000000 --- a/dev-libs/protobuf-c/files/protobuf-c-1.3.1-protobuf-3.7.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/protobuf-c/protobuf-c/commit/7456d1621223d425b8a3fd74e435a79c046169fb - ---- /t/generated-code2/cxx-generate-packed-data.cc -+++ /t/generated-code2/cxx-generate-packed-data.cc -@@ -998,7 +998,7 @@ - static void dump_test_unknown_fields (void) - { - EmptyMess mess; -- const google::protobuf::Message::Reflection *reflection = mess.GetReflection(); -+ const google::protobuf::Reflection *reflection = mess.GetReflection(); - google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess); - - #if GOOGLE_PROTOBUF_VERSION >= 2001000 |