]> git.pld-linux.org Git - packages/exiv2.git/commitdiff
- added gcc44.patch
authorSzymon Siwek <sls@pld-linux.org>
Wed, 4 Nov 2009 17:05:51 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exiv2.spec -> 1.31
    gcc44.patch -> 1.1

exiv2.spec
gcc44.patch [new file with mode: 0644]

index e88aef9f840f0404846cb70b7227b175d1923a75..e17d91d2330af4250a5ae82c5bebb543ba743019 100644 (file)
@@ -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
 # 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
 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
 %setup -q
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 ln -s config/configure.ac .
 
 
 ln -s config/configure.ac .
 
diff --git a/gcc44.patch b/gcc44.patch
new file mode 100644 (file)
index 0000000..ca9bdb0
--- /dev/null
@@ -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 <sstream>
+ #include <cassert>
+ #include <cstring>
++#include <cstdio>
+ #include <ctime>
+ #include <cstdlib>
+ #include <ctype.h>
+--- 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 <cstdio>
+ #if XMP_DebugBuild
+       #include <iostream>
+ #endif
This page took 0.120414 seconds and 4 git commands to generate.