Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/taglib/files: taglib-1.5-gcc43-tests.patch
Date: Fri, 20 Jun 2008 15:08:59
Message-Id: E1K9iEP-0003Iy-LZ@stork.gentoo.org
1 loki_val 08/06/20 15:08:53
2
3 Added: taglib-1.5-gcc43-tests.patch
4 Log:
5 Add fix to get tests for taglib-1.5 to compile with gcc-4.3. Bug 228413. Thanks to Olivier Huber <oli.huber@×××××.com>.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.1 media-libs/taglib/files/taglib-1.5-gcc43-tests.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/files/taglib-1.5-gcc43-tests.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/files/taglib-1.5-gcc43-tests.patch?rev=1.1&content-type=text/plain
13
14 Index: taglib-1.5-gcc43-tests.patch
15 ===================================================================
16 --- taglib/toolkit/tstring.h~ 2008-02-04 16:14:45.000000000 +0100
17 +++ taglib/toolkit/tstring.h 2008-06-19 20:34:29.340541954 +0200
18 @@ -30,7 +30,7 @@
19 #include "taglib.h"
20 #include "tbytevector.h"
21
22 -#include <string>
23 +#include <cstring>
24 #include <ostream>
25
26 /*!
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list