summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch')
-rw-r--r--media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch b/media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch
deleted file mode 100644
index 5f67cc95e456..000000000000
--- a/media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- exiv2-0.21.orig/src/xmp.cpp 2010-11-06 13:53:15.000000000 +0000
-+++ exiv2-0.21/src/xmp.cpp 2010-12-20 12:35:34.931520681 +0000
-@@ -420,11 +420,10 @@ namespace Exiv2 {
- }
- } // XmpParser::registerNs
- #else
-- bool XmpParser::registerNs(const std::string& /*ns*/,
-+ void XmpParser::registerNs(const std::string& /*ns*/,
- const std::string& /*prefix*/)
- {
- initialize();
-- return true;
- } // XmpParser::registerNs
- #endif
-