aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2/files/patch-include_libxml_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml2/files/patch-include_libxml_parser.h')
-rw-r--r--textproc/libxml2/files/patch-include_libxml_parser.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-include_libxml_parser.h b/textproc/libxml2/files/patch-include_libxml_parser.h
new file mode 100644
index 000000000000..03632be45452
--- /dev/null
+++ b/textproc/libxml2/files/patch-include_libxml_parser.h
@@ -0,0 +1,10 @@
+--- include/libxml/parser.h.orig 2012-05-15 03:09:43.000000000 +0000
++++ include/libxml/parser.h 2013-03-13 09:42:57.000000000 +0000
+@@ -310,6 +310,7 @@
+ xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */
+
+ int input_id; /* we need to label inputs */
++ unsigned long sizeentcopy; /* volume of entity copy */
+ };
+
+ /**