fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / libcmis / libcmis-libxml2_compatibility.patch
blobaeb492b2575340e67c4741a42059a39daa4ccab8
1 # -*- Mode: Diff -*-
2 --- src/libcmis/oauth2-providers.cxx
3 +++ src/libcmis/oauth2-providers.cxx
4 @@ -34,6 +34,10 @@
6 using namespace std;
8 +#if LIBXML_VERSION < 20621
9 +#define HTML_PARSE_RECOVER 0
10 +#endif
12 string OAuth2Providers::OAuth2Gdrive( HttpSession* session, const string& authUrl,
13 const string& username, const string& password )