diff options
author | 2017-04-12 11:49:56 +0200 | |
---|---|---|
committer | 2017-04-12 11:49:56 +0200 | |
commit | daabe9fadfdda3b6cdcd0d089ed4705719e93faa (patch) | |
tree | 2458d8f0181198ac041cbc1ddd72d502ccb5731c /net-libs/ignition-transport/files | |
parent | sci-libs/ignition-math: remove old (diff) | |
download | gentoo-daabe9fadfdda3b6cdcd0d089ed4705719e93faa.tar.gz gentoo-daabe9fadfdda3b6cdcd0d089ed4705719e93faa.tar.bz2 gentoo-daabe9fadfdda3b6cdcd0d089ed4705719e93faa.zip |
net-libs/ignition-transport: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-libs/ignition-transport/files')
-rw-r--r-- | net-libs/ignition-transport/files/protobuf3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-libs/ignition-transport/files/protobuf3.patch b/net-libs/ignition-transport/files/protobuf3.patch deleted file mode 100644 index fffe2296ac0d..000000000000 --- a/net-libs/ignition-transport/files/protobuf3.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: ignition-transport-1.1.0/include/ignition/transport/RepHandler.hh -=================================================================== ---- ignition-transport-1.1.0.orig/include/ignition/transport/RepHandler.hh -+++ ignition-transport-1.1.0/include/ignition/transport/RepHandler.hh -@@ -22,6 +22,9 @@ - #pragma warning(push, 0) - #endif - #include <google/protobuf/message.h> -+#if GOOGLE_PROTOBUF_VERSION >= 3000000 -+#include <google/protobuf/stubs/casts.h> -+#endif - #ifdef _MSC_VER - #pragma warning(pop) - #endif |