summaryrefslogtreecommitdiff
path: root/dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch')
-rw-r--r--dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch b/dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch
new file mode 100644
index 000000000000..b6c4f5002565
--- /dev/null
+++ b/dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch
@@ -0,0 +1,10 @@
+--- a/libcob/common.c 2024-03-10 11:12:23.253391905 +0100
++++ b/libcob/common.c 2024-03-10 11:12:46.433130551 +0100
+@@ -136,6 +136,7 @@
+ #if defined (WITH_XML2)
+ #include <libxml/xmlversion.h>
+ #include <libxml/xmlwriter.h>
++#include <libxml/parser.h>
+ #endif
+
+ #if defined (WITH_CJSON)