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 kde-misc/kooldock/files: kooldock-0.4.7-gcc43.patch
Date: Fri, 20 Jun 2008 22:06:58
Message-Id: E1K9okv-0007YI-1U@stork.gentoo.org
1 loki_val 08/06/20 22:06:53
2
3 Added: kooldock-0.4.7-gcc43.patch
4 Log:
5 Add gcc-4.3 fix. Bug 227223. Thanks to Marek Miller <mlm@××××××.pl> for the patch.
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.1 kde-misc/kooldock/files/kooldock-0.4.7-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kooldock/files/kooldock-0.4.7-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kooldock/files/kooldock-0.4.7-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: kooldock-0.4.7-gcc43.patch
15 ===================================================================
16 --- src/xosd.cpp.orig 2008-06-15 18:33:36.000000000 +0000
17 +++ src/xosd.cpp 2008-06-15 18:33:50.000000000 +0000
18 @@ -1,5 +1,7 @@
19 #include "xosd.h"
20
21 +#include <cstdlib>
22 +
23 #include <qpainter.h>
24 #include <qbitmap.h>
25 #include <qstring.h>
26
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list