diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:19:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:19:52 +0000 |
commit | f442a136f4bac7582c181aeea8e210fe2dc06ff1 (patch) | |
tree | 781cea79b222c98a39b82b881a7ef7aff4194b49 /textproc/xmlwrapp/files | |
parent | - Fix build on -current (diff) |
- Update to version 0.4.4
PR: 58772
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=92757
Diffstat (limited to 'textproc/xmlwrapp/files')
-rw-r--r-- | textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx b/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx deleted file mode 100644 index 984b51ec60c6..000000000000 --- a/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libxml/tree_parser.cxx.orig Thu Oct 23 08:30:38 2003 -+++ src/libxml/tree_parser.cxx Thu Oct 23 08:30:44 2003 -@@ -62,7 +62,7 @@ - struct xml::tree_impl { - tree_impl (void) : last_error_(const_default_error), warnings_(false), okay_(false) { - std::memset(&sax_, 0, sizeof(sax_)); -- initxmlDefaultSAXHandler(&sax_, 0); -+ xmlSAX2InitDefaultSAXHandler(&sax_, 0); - - sax_.warning = cb_tree_warning; - sax_.error = cb_tree_error; |