FreeBSD Bugzilla – Attachment 251898 Details for
Bug 280157
editors/abiword: Fix build with libxml2 2.12 and newer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for abiword
abiword-libxml2-fixup.patch (text/plain), 1.12 KB, created by
Daniel Engberg
on 2024-07-06 11:06:32 UTC
(
hide
)
Description:
Patch for abiword
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-07-06 11:06:32 UTC
Size:
1.12 KB
patch
obsolete
>diff --git a/editors/abiword/files/patch-git-01-2a06be6a10a0718f8a3d8e00c317f5042c99a467 b/editors/abiword/files/patch-git-01-2a06be6a10a0718f8a3d8e00c317f5042c99a467 >new file mode 100644 >index 000000000000..4945803e3391 >--- /dev/null >+++ b/editors/abiword/files/patch-git-01-2a06be6a10a0718f8a3d8e00c317f5042c99a467 >@@ -0,0 +1,29 @@ >+From 2a06be6a10a0718f8a3d8e00c317f5042c99a467 Mon Sep 17 00:00:00 2001 >+From: Jan Tojnar <jtojnar@gmail.com> >+Date: Mon, 11 Dec 2023 01:55:53 +0100 >+Subject: [PATCH] Fix build with libxml2 2.12 >+MIME-Version: 1.0 >+Content-Type: text/plain; charset=UTF-8 >+Content-Transfer-Encoding: 8bit >+ >+libxml 2.12.0 restructured headers so that xmlFree is no longer in the scope. >+Letâs add the correct include. >+--- >+ src/af/util/xp/ut_stringbuf.cpp | 1 + >+ 1 file changed, 1 insertion(+) >+ >+diff --git a/src/af/util/xp/ut_stringbuf.cpp b/src/af/util/xp/ut_stringbuf.cpp >+index f1e8d9078..88488ad67 100644 >+--- src/af/util/xp/ut_stringbuf.cpp >++++ src/af/util/xp/ut_stringbuf.cpp >+@@ -26,6 +26,7 @@ >+ #include <algorithm> >+ >+ #include <libxml/uri.h> >++#include <libxml/xmlmemory.h> >+ >+ #include <glib.h> >+ >+-- >+GitLab >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280157
: 251898