Bump for 3.6-28
[LibreOffice.git] / libcmis / boost-win.patch
blobb79478727eacf3c05df317cda2aa3cb8526adf97
1 --- misc/libcmis-0.2.3/src/libcmis/atom-object.cxx 2012-06-01 07:44:26.000000000 -0600
2 +++ misc/build/libcmis-0.2.3/src/libcmis/atom-object.cxx 2012-06-04 07:52:24.131190200 -0600
3 @@ -29,6 +29,9 @@
4 #include <algorithm>
5 #include <sstream>
7 +#ifndef BOOST_DATE_TIME_NO_LIB
8 +#define BOOST_DATE_TIME_NO_LIB
9 +#endif
10 #include <boost/date_time/posix_time/posix_time.hpp>
12 #include "atom-object.hxx"
13 --- misc/libcmis-0.2.3/src/libcmis/object.hxx 2012-06-01 07:38:36.000000000 -0600
14 +++ misc/build/libcmis-0.2.3/src/libcmis/object.hxx 2012-06-04 07:52:21.900386200 -0600
15 @@ -32,6 +32,9 @@
16 #include <map>
17 #include <string>
19 +#ifndef BOOST_DATE_TIME_NO_LIB
20 +#define BOOST_DATE_TIME_NO_LIB
21 +#endif
22 #include <boost/date_time.hpp>
23 #include <boost/shared_ptr.hpp>
25 --- misc/libcmis-0.2.3/src/libcmis/property-type.hxx 2012-02-17 08:00:50.000000000 -0700
26 +++ misc/build/libcmis-0.2.3/src/libcmis/property-type.hxx 2012-06-04 07:52:17.157977900 -0600
27 @@ -28,6 +28,9 @@
28 #ifndef _PROPERTY_TYPE_HXX_
29 #define _PROPERTY_TYPE_HXX_
31 +#ifndef BOOST_DATE_TIME_NO_LIB
32 +#define BOOST_DATE_TIME_NO_LIB
33 +#endif
34 #include <boost/date_time.hpp>
35 #include <libxml/tree.h>
37 --- misc/libcmis-0.2.3/src/libcmis/property.hxx 2012-02-17 06:38:33.000000000 -0700
38 +++ misc/build/libcmis-0.2.3/src/libcmis/property.hxx 2012-06-04 07:52:19.388781800 -0600
39 @@ -31,6 +31,9 @@
40 #include <libxml/tree.h>
41 #include <libxml/xmlwriter.h>
43 +#ifndef BOOST_DATE_TIME_NO_LIB
44 +#define BOOST_DATE_TIME_NO_LIB
45 +#endif
46 #include <boost/date_time.hpp>
47 #include <boost/shared_ptr.hpp>
49 --- misc/libcmis-0.2.3/src/libcmis/xml-utils.hxx 2012-05-30 06:17:12.000000000 -0600
50 +++ misc/build/libcmis-0.2.3/src/libcmis/xml-utils.hxx 2012-06-04 07:52:10.621566400 -0600
51 @@ -30,6 +30,9 @@
53 #include <string>
55 +#ifndef BOOST_DATE_TIME_NO_LIB
56 +#define BOOST_DATE_TIME_NO_LIB
57 +#endif
58 #include <boost/date_time.hpp>
59 #include <libxml/tree.h>