diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-03 17:56:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-04 15:08:38 +0200 |
commit | a1aaf300f55a4ae6a5d7cf50ca49951365ea4339 (patch) | |
tree | 7bc6e5eccc61e027be93053a850fb80462c4fa90 /dev-libs/Ice | |
parent | dev-libs/ace: remove unused patch (diff) | |
download | gentoo-a1aaf300f55a4ae6a5d7cf50ca49951365ea4339.tar.gz gentoo-a1aaf300f55a4ae6a5d7cf50ca49951365ea4339.tar.bz2 gentoo-a1aaf300f55a4ae6a5d7cf50ca49951365ea4339.zip |
dev-libs/Ice: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/2223
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/Ice')
-rw-r--r-- | dev-libs/Ice/files/Ice-3.4.1-db5.patch | 16 | ||||
-rw-r--r-- | dev-libs/Ice/files/Ice-3.4.2-gcc46.patch | 10 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/Ice/files/Ice-3.4.1-db5.patch b/dev-libs/Ice/files/Ice-3.4.1-db5.patch deleted file mode 100644 index 44183ae997af..000000000000 --- a/dev-libs/Ice/files/Ice-3.4.1-db5.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- ./cpp/src/Freeze/MapI.cpp -+++ ./cpp/src/Freeze/MapI.cpp -@@ -1487,10 +1487,10 @@ Freeze::MapHelperI::size() const - - try - { --#if DB_VERSION_MAJOR != 4 --#error Freeze requires DB 4.x -+#if DB_VERSION_MAJOR < 4 -+#error Freeze requires DB 4.x or greater - #endif --#if DB_VERSION_MINOR < 3 -+#if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR < 3 - _db->stat(&s, 0); - #else - _db->stat(_connection->dbTxn(), &s, 0);
\ No newline at end of file diff --git a/dev-libs/Ice/files/Ice-3.4.2-gcc46.patch b/dev-libs/Ice/files/Ice-3.4.2-gcc46.patch deleted file mode 100644 index a047c6e8541c..000000000000 --- a/dev-libs/Ice/files/Ice-3.4.2-gcc46.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Ice-3.4.1.old/cpp/include/Ice/Buffer.h 2010-06-03 17:48:33.000000000 +0100 -+++ Ice-3.4.1.old/cpp/include/Ice/Buffer.h 2011-07-20 13:20:04.000000000 +0100 -@@ -11,6 +11,7 @@ - #define ICEE_BUFFER_H - - #include <Ice/Config.h> -+#include <cstddef> - - namespace IceInternal - { |