summaryrefslogtreecommitdiff
path: root/textproc/xqilla/patches
diff options
context:
space:
mode:
authormarkd <markd>2015-06-29 21:41:11 +0000
committermarkd <markd>2015-06-29 21:41:11 +0000
commit23c537aa377a4c1a07b0d861e82b1c489d7d0a81 (patch)
tree8f18bed3b4fe0dcb9ea5b8636b3098ac4a290df0 /textproc/xqilla/patches
parent698980f7105d0fa2785d13f639af32c79678fac9 (diff)
downloadpkgsrc-23c537aa377a4c1a07b0d861e82b1c489d7d0a81.tar.gz
include <cstddef> for ptrdiff_t
Diffstat (limited to 'textproc/xqilla/patches')
-rw-r--r--textproc/xqilla/patches/patch-include_xqilla_framework_XPath2MemoryManager.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/xqilla/patches/patch-include_xqilla_framework_XPath2MemoryManager.hpp b/textproc/xqilla/patches/patch-include_xqilla_framework_XPath2MemoryManager.hpp
new file mode 100644
index 00000000000..8b5f40703c8
--- /dev/null
+++ b/textproc/xqilla/patches/patch-include_xqilla_framework_XPath2MemoryManager.hpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_xqilla_framework_XPath2MemoryManager.hpp,v 1.1 2015/06/29 21:41:11 markd Exp $
+
+include <cstddef> for ptrdiff_t
+
+--- include/xqilla/framework/XPath2MemoryManager.hpp.orig 2010-01-13 15:40:36.000000000 +0000
++++ include/xqilla/framework/XPath2MemoryManager.hpp
+@@ -24,6 +24,7 @@
+
+ #include <algorithm>
+ #include <assert.h>
++#include <cstddef>
+
+ #include <xqilla/framework/XQillaExport.hpp>
+