[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.20.0-1-27-gef8f455
jonathan at claws-mail.org
jonathan at claws-mail.org
Sun Mar 10 06:56:22 UTC 2024
The branch, gtk2 has been updated
via ef8f455a59e839234749b07df051e089334b6472 (commit)
from 1dac6a65e0e54b5353edf7c03535982e69022778 (commit)
Summary of changes:
patches/webkitgtk-2.4.11/10-const-xmlerror.patch | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 patches/webkitgtk-2.4.11/10-const-xmlerror.patch
- Log -----------------------------------------------------------------
commit ef8f455a59e839234749b07df051e089334b6472
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat Mar 9 17:25:32 2024 -0700
Fix webkitgtk build
diff --git a/patches/webkitgtk-2.4.11/10-const-xmlerror.patch b/patches/webkitgtk-2.4.11/10-const-xmlerror.patch
new file mode 100644
index 0000000..2244739
--- /dev/null
+++ b/patches/webkitgtk-2.4.11/10-const-xmlerror.patch
@@ -0,0 +1,23 @@
+--- a/Source/WebCore/xml/XSLTProcessor.h 2024-03-09 17:15:26.607915634 -0700
++++ b/Source/WebCore/xml/XSLTProcessor.h 2024-03-09 17:15:50.076247439 -0700
+@@ -64,7 +64,7 @@
+
+ void reset();
+
+- static void parseErrorFunc(void* userData, xmlError*);
++ static void parseErrorFunc(void* userData, const xmlError*);
+ static void genericErrorFunc(void* userData, const char* msg, ...);
+
+ // Only for libXSLT callbacks
+
+--- a/Source/WebCore/xml/XSLTProcessorLibxslt.cpp 2024-03-09 17:57:32.207573136 -0700
++++ b/Source/WebCore/xml/XSLTProcessorLibxslt.cpp 2024-03-09 17:57:48.139856045 -0700
+@@ -77,7 +77,7 @@
+ // It would be nice to do something with this error message.
+ }
+
+-void XSLTProcessor::parseErrorFunc(void* userData, xmlError* error)
++void XSLTProcessor::parseErrorFunc(void* userData, const xmlError* error)
+ {
+ PageConsole* console = static_cast<PageConsole*>(userData);
+ if (!console)
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list