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-gfx/iscan/files: iscan-2.11.0-gcc43.patch
Date: Sun, 29 Jun 2008 10:39:15
Message-Id: E1KCuJK-00061m-DN@stork.gentoo.org
1 loki_val 08/06/29 10:39:10
2
3 Added: iscan-2.11.0-gcc43.patch
4 Log:
5 Fix for gcc-4.3. Thanks to sbriesen.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 media-gfx/iscan/files/iscan-2.11.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/files/iscan-2.11.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iscan/files/iscan-2.11.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: iscan-2.11.0-gcc43.patch
15 ===================================================================
16 --- frontend/pisa_view_manager.h.orig 2008-06-11 15:02:57.215502256 +0200
17 +++ frontend/pisa_view_manager.h 2008-06-11 15:03:10.813875095 +0200
18 @@ -48,6 +48,8 @@
19
20 #include "file-selector.h"
21
22 +#include <string.h>
23 +
24 class view_manager
25 {
26 public:
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list