Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/lineak-kdeplugins/files: lineak-kdeplugins-0.9.0-gcc43.patch
Date: Tue, 22 Apr 2008 17:54:48
Message-Id: E1JoMha-0000jj-8t@stork.gentoo.org
1 drac 08/04/22 17:54:46
2
3 Added: lineak-kdeplugins-0.9.0-gcc43.patch
4 Log:
5 Fix for GCC 4.3 by loki_val wrt #218803
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 x11-misc/lineak-kdeplugins/files/lineak-kdeplugins-0.9.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/lineak-kdeplugins/files/lineak-kdeplugins-0.9.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/lineak-kdeplugins/files/lineak-kdeplugins-0.9.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: lineak-kdeplugins-0.9.0-gcc43.patch
15 ===================================================================
16 --- ../lineak-kdeplugins-0.9/kmix_plugin/kmixclient.cpp.old 2008-04-21 23:41:05.000000000 +0200
17 +++ ../lineak-kdeplugins-0.9/kmix_plugin/kmixclient.cpp 2008-04-21 23:42:29.000000000 +0200
18 @@ -26,10 +26,11 @@
19 #include <kdebug.h>
20 #include <qfile.h>
21 #include <kurl.h>
22 #include <kapplication.h>
23 #include <dcopclient.h>
24 +#include <cstdlib>
25 #include <iostream>
26 #include <lineak/lineak_core_functions.h>
27 #include "kmixclient.h"
28
29 using namespace std;
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list