diff options
author | markd <markd@pkgsrc.org> | 2015-06-29 21:41:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-06-29 21:41:11 +0000 |
commit | 77f22633964c9319886fe9da9eeb07faf054587c (patch) | |
tree | 8f18bed3b4fe0dcb9ea5b8636b3098ac4a290df0 /textproc | |
parent | 5a6611b970c4949c6447cd976ddcde7d54ed01b5 (diff) | |
download | pkgsrc-77f22633964c9319886fe9da9eeb07faf054587c.tar.gz |
include <cstddef> for ptrdiff_t
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xqilla/distinfo | 3 | ||||
-rw-r--r-- | textproc/xqilla/patches/patch-include_xqilla_framework_XPath2MemoryManager.hpp | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/textproc/xqilla/distinfo b/textproc/xqilla/distinfo index 1cced17f526..640a51bc5f1 100644 --- a/textproc/xqilla/distinfo +++ b/textproc/xqilla/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/02/23 08:34:14 adam Exp $ +$NetBSD: distinfo,v 1.2 2015/06/29 21:41:11 markd Exp $ SHA1 (XQilla-2.2.4.tar.gz) = edd1681a6bb9d310b6aaca6af0584eb96df3b8eb RMD160 (XQilla-2.2.4.tar.gz) = ec4268452c98d7c87e8bf7dccaf0ebc7ff19f167 Size (XQilla-2.2.4.tar.gz) = 15667750 bytes +SHA1 (patch-include_xqilla_framework_XPath2MemoryManager.hpp) = 48cdc1773056e8e709774fce1babfbe0c4cc2e09 SHA1 (patch-src_items_DatatypeFactoryTemplate.hpp) = 6d9ef8eb7b31d5fa8ffa7c85fe20dd45a32f90c3 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> + |