commit:     8c3a516354f7df7c8e92482cf5263c72929f3611
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Sep  6 17:03:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 20:03:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3a5163

dev-libs/xqilla: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/5644

 dev-libs/xqilla/files/xqilla-2.2.4-gcc46.patch | 11 -----------
 dev-libs/xqilla/files/xqilla-2.2.4-gcc47.patch | 15 ---------------
 2 files changed, 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 d64a28d73ce..00000000000
--- 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 d7f5cde5993..00000000000
--- 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);
-   }
- 

Reply via email to