summaryrefslogtreecommitdiff
path: root/external/libcmis/boost-1.68.patch.0
diff options
context:
space:
mode:
Diffstat (limited to 'external/libcmis/boost-1.68.patch.0')
-rw-r--r--external/libcmis/boost-1.68.patch.015
1 files changed, 0 insertions, 15 deletions
diff --git a/external/libcmis/boost-1.68.patch.0 b/external/libcmis/boost-1.68.patch.0
deleted file mode 100644
index 2d86a4db2865..000000000000
--- a/external/libcmis/boost-1.68.patch.0
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/libcmis/xml-utils.cxx.orig 2016-03-01 16:14:26 UTC
-+++ src/libcmis/xml-utils.cxx
-@@ -31,7 +31,12 @@
- #include <sstream>
- #include <stdlib.h>
-
-+#include <boost/version.hpp>
-+#if (BOOST_VERSION >= 106800)
-+#include <boost/uuid/detail/sha1.hpp>
-+#else
- #include <boost/uuid/sha1.hpp>
-+#endif
- #include <curl/curl.h>
-
- #include "xml-utils.hxx"