From: Szymon Siwek Date: Wed, 4 Nov 2009 17:05:51 +0000 (+0000) Subject: - added gcc44.patch X-Git-Tag: auto/th/exiv2-0_18_2-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fexiv2.git;a=commitdiff_plain;h=5fa512921ec7d6f73ed857fbf86cd25dd3877f88 - added gcc44.patch Changed files: exiv2.spec -> 1.31 gcc44.patch -> 1.1 --- diff --git a/exiv2.spec b/exiv2.spec index e88aef9..e17d91d 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -9,6 +9,7 @@ Source0: http://www.exiv2.org/%{name}-%{version}.tar.gz # Source0-md5: 52a602f4f0d9e89b7084ac795b7547ac Patch0: %{name}-mkinstalldirs.patch Patch1: %{name}-png_support.patch +Patch2: gcc44.patch URL: http://www.exiv2.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -67,6 +68,7 @@ Statyczna biblioteka do obróbki metadanych Exif i Iptc. %setup -q %patch0 -p0 %patch1 -p1 +%patch2 -p1 ln -s config/configure.ac . diff --git a/gcc44.patch b/gcc44.patch new file mode 100644 index 0000000..ca9bdb0 --- /dev/null +++ b/gcc44.patch @@ -0,0 +1,20 @@ +--- exiv2-0.17.1/src/value.cpp.orig 2009-11-04 17:59:10.221228293 +0100 ++++ exiv2-0.17.1/src/value.cpp 2009-11-04 17:59:20.220541063 +0100 +@@ -42,6 +42,7 @@ + #include + #include + #include ++#include + #include + #include + #include +--- exiv2-0.17.1/xmpsdk/src/XMPMeta.cpp.orig 2009-11-04 17:57:54.726416880 +0100 ++++ exiv2-0.17.1/xmpsdk/src/XMPMeta.cpp 2009-11-04 17:58:15.225008059 +0100 +@@ -20,6 +20,7 @@ + #include "UnicodeInlines.incl_cpp" + #include "UnicodeConversions.hpp" + ++#include + #if XMP_DebugBuild + #include + #endif