diff options
author | 2010-12-21 12:31:54 +0000 | |
---|---|---|
committer | 2010-12-21 12:31:54 +0000 | |
commit | 34a2e48e105cb99b1e27febf6286a5e4b6dd8aa8 (patch) | |
tree | 881029eac1eacf9be6fe7ffaa7764f18a69aac42 /media-gfx/exiv2/files | |
parent | Block sys-apps/moreutils due to file collisions, see bug 349225 by Helmut Jar... (diff) | |
download | historical-34a2e48e105cb99b1e27febf6286a5e4b6dd8aa8.tar.gz historical-34a2e48e105cb99b1e27febf6286a5e4b6dd8aa8.tar.bz2 historical-34a2e48e105cb99b1e27febf6286a5e4b6dd8aa8.zip |
fixes compile-problems with USE=-xmp, solves (partially) bug #349091.
Package-Manager: portage-2.2.0_alpha8/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/exiv2/files')
-rw-r--r-- | media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch | 15 |
1 files changed, 15 insertions, 0 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 new file mode 100644 index 000000000000..5f67cc95e456 --- /dev/null +++ b/media-gfx/exiv2/files/exiv2-0.21-xmp-fix.patch @@ -0,0 +1,15 @@ +--- 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 + |