summaryrefslogtreecommitdiff
path: root/textproc/xqilla/patches
diff options
context:
space:
mode:
authoradam <adam>2011-02-23 08:34:14 +0000
committeradam <adam>2011-02-23 08:34:14 +0000
commit17beb0ba033b9b6256ddb463e33f8c1c3952a698 (patch)
tree5bab721dd6460c538acebb9ab158dd23348026ca /textproc/xqilla/patches
parentba81a7392521aff3c26981f0e0e974a07c35bc87 (diff)
downloadpkgsrc-17beb0ba033b9b6256ddb463e33f8c1c3952a698.tar.gz
XQilla is an XQuery and XPath 2 library and command line utility written in C++,
implemented on top of the Xerces-C library.
Diffstat (limited to 'textproc/xqilla/patches')
-rw-r--r--textproc/xqilla/patches/patch-src_items_DatatypeFactoryTemplate.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/xqilla/patches/patch-src_items_DatatypeFactoryTemplate.hpp b/textproc/xqilla/patches/patch-src_items_DatatypeFactoryTemplate.hpp
new file mode 100644
index 00000000000..7d948aa8d36
--- /dev/null
+++ b/textproc/xqilla/patches/patch-src_items_DatatypeFactoryTemplate.hpp
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_items_DatatypeFactoryTemplate.hpp,v 1.1.1.1 2011/02/23 08:34:14 adam Exp $
+
+Fix C++ error.
+
+--- src/items/DatatypeFactoryTemplate.hpp.orig 2011-02-23 07:08:39.000000000 +0000
++++ src/items/DatatypeFactoryTemplate.hpp
+@@ -79,7 +79,7 @@ public:
+ AnyAtomicType::Ptr createInstance(const XMLCh* value,
+ const DynamicContext* context) const
+ {
+- return createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(),
++ return this->createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(),
+ DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeName(), value, context);
+ }
+