summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2010-01-24 13:09:21 +0000
committerSven Wegener <swegener@gentoo.org>2010-01-24 13:09:21 +0000
commitf8afda8c034f46de9caec428842dd3bab8be808e (patch)
tree0141a4a3cc519d9e6cf0e6c5204a05aa25ac973f /media-gfx/exiv2/files
parentRemove old versions. (diff)
downloadgentoo-2-f8afda8c034f46de9caec428842dd3bab8be808e.tar.gz
gentoo-2-f8afda8c034f46de9caec428842dd3bab8be808e.tar.bz2
gentoo-2-f8afda8c034f46de9caec428842dd3bab8be808e.zip
Include a syntax fix from upstream, bug #302026.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/exiv2/files')
-rw-r--r--media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch b/media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch
new file mode 100644
index 000000000000..9f217fdae648
--- /dev/null
+++ b/media-gfx/exiv2/files/exiv2-0.19-syntax-fix.patch
@@ -0,0 +1,19 @@
+------------------------------------------------------------------------
+r1990 | ahuggel | 2010-01-02 02:15:28 +0100 (Sat, 02 Jan 2010) | 1 line
+
+Minor fix. (Fulvio Senore)
+------------------------------------------------------------------------
+
+Index: exiv2/src/value.cpp
+===================================================================
+--- exiv2/src/value.cpp (revision 1989)
++++ exiv2/src/value.cpp (revision 1990)
+@@ -160,7 +160,7 @@
+ DataBuf Value::dataArea() const
+ {
+ return DataBuf(0, 0);
+- };
++ }
+
+ DataValue::DataValue(TypeId typeId) : Value(typeId)
+ {