libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / desktop / libreoffice / patches / 25-libcmis-with-libxml2-fixes.patch
blobc0134ca86781626d5c75d8e7286b4d7b83bf1999
1 diff -Naur libreoffice-7.6.4.1/external/libcmis.old/libxml2.12.patch.1 libreoffice-7.6.4.1/external/libcmis/libxml2.12.patch.1
2 --- libreoffice-7.6.4.1/external/libcmis.old/libxml2.12.patch.1 1969-12-31 19:00:00.000000000 -0500
3 +++ libreoffice-7.6.4.1/external/libcmis/libxml2.12.patch.1 2023-12-08 01:05:47.749409990 -0500
4 @@ -0,0 +1,23 @@
5 +From 72618e63433c7243e4d9e79a638f19a09402eecc Mon Sep 17 00:00:00 2001
6 +From: Andreas Sturmlechner <asturm@gentoo.org>
7 +Date: Tue, 21 Nov 2023 23:10:07 +0100
8 +Subject: [PATCH] Fix build with libxml2-2.12 (missing include)
10 +See also: https://github.com/tdf/libcmis/issues/51
11 +Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
12 +---
13 + inc/libcmis/xml-utils.hxx | 1 +
14 + 1 file changed, 1 insertion(+)
16 +diff --git a/inc/libcmis/xml-utils.hxx b/inc/libcmis/xml-utils.hxx
17 +index 929385e1..9bd99aed 100644
18 +--- a/inc/libcmis/xml-utils.hxx
19 ++++ b/inc/libcmis/xml-utils.hxx
20 +@@ -34,6 +34,7 @@
21 + #include <string>
23 + #include <boost/date_time.hpp>
24 ++#include <libxml/parser.h>
25 + #include <libxml/tree.h>
26 + #include <libxml/xpathInternals.h>
27 + #include <libxml/xmlwriter.h>
28 --- libreoffice-24.8.0.1/external/libcmis/UnpackedTarball_libcmis.mk.old 2024-07-15 00:44:18.353935622 -0400
29 +++ libreoffice-24.8.0.1/external/libcmis/UnpackedTarball_libcmis.mk 2024-07-15 00:45:14.277575463 -0400
30 @@ -19,7 +19,6 @@
31 # 0001-cid-1545775-COPY_INSTEAD_OF_MOVE.patch is upstreamed
33 $(eval $(call gb_UnpackedTarball_add_patches,libcmis,\
34 - external/libcmis/0001-cid-1545775-COPY_INSTEAD_OF_MOVE.patch \
35 external/libcmis/0001-Fix-warning-C4589-when-building-with-MSVC.patch \
36 external/libcmis/http-session-cleanup.patch.1 \
37 external/libcmis/factory-no-retry-ssl.patch.1 \
38 @@ -28,6 +27,7 @@
39 external/libcmis/0001-cppcheck-operatorEqVarError-in-src-libcmis-http-sess.patch \
40 external/libcmis/0001-Take-into-account-m_CurlInitProtocolsFunction-in-cop.patch \
41 external/libcmis/initprotocols.patch.1 \
42 + $(foreach patch,$(libcmis_patches),external/libcmis/$(patch)) \
45 # vim: set noet sw=4 ts=4: