ola: update to 0.10.8
[feed/packages.git] / net / ola / patches / 120-compile-fix.patch
diff --git a/net/ola/patches/120-compile-fix.patch b/net/ola/patches/120-compile-fix.patch
deleted file mode 100644 (file)
index 61ff1d3..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/protoc/CppFileGenerator.cpp
-+++ b/protoc/CppFileGenerator.cpp
-@@ -223,9 +223,9 @@
-     printer->Print(
-       "namespace {\n"
-       "\n"
--      "GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_);\n"
-+      "::google::protobuf::internal::once_flag protobuf_AssignDescriptors_once_;\n"
-       "inline void protobuf_AssignDescriptorsOnce() {\n"
--      "  ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,"
-+      "  ::google::protobuf::internal::call_once(protobuf_AssignDescriptors_once_,"
-       "\n"
-       "                 &$assigndescriptorsname$);\n"
-       "}\n"