summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-09-06 19:03:39 +0200
committerDavid Seifert <soap@gentoo.org>2017-09-06 22:03:26 +0200
commit8c3a516354f7df7c8e92482cf5263c72929f3611 (patch)
tree20b057572a8487fe23225b39aa6cea60c7ccef2e /dev-libs/xqilla
parentdev-libs/xerces-c: remove unused patch (diff)
downloadgentoo-8c3a516354f7df7c8e92482cf5263c72929f3611.tar.gz
gentoo-8c3a516354f7df7c8e92482cf5263c72929f3611.tar.bz2
gentoo-8c3a516354f7df7c8e92482cf5263c72929f3611.zip
dev-libs/xqilla: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/5644
Diffstat (limited to 'dev-libs/xqilla')
-rw-r--r--dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch11
-rw-r--r--dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch15
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch b/dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch
deleted file mode 100644
index d64a28d73ce0..000000000000
--- a/dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -uNr XQilla-2.2.4.ORIG/include/xqilla/framework/XPath2MemoryManager.hpp XQilla-2.2.4/include/xqilla/framework/XPath2MemoryManager.hpp
---- XQilla-2.2.4.ORIG/include/xqilla/framework/XPath2MemoryManager.hpp 2011-09-24 13:31:20.666469427 +0100
-+++ XQilla-2.2.4/include/xqilla/framework/XPath2MemoryManager.hpp 2011-09-24 13:32:01.175470668 +0100
-@@ -23,6 +23,7 @@
- #define __XPATH2MEMORYMANAGER_HPP
-
- #include <algorithm>
-+#include <cstddef>
- #include <assert.h>
-
- #include <xqilla/framework/XQillaExport.hpp>
diff --git a/dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch b/dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch
deleted file mode 100644
index d7f5cde5993e..000000000000
--- a/dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build failure with GCC 4.7.
-https://bugs.gentoo.org/441800
-
-
---- a/src/items/DatatypeFactoryTemplate.hpp
-+++ b/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);
- }
-