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-xosdplugin/files: lineak-xosdplugin-0.9.0-gcc43.patch
Date: Tue, 22 Apr 2008 17:09:35
Message-Id: E1JoLzo-0008PY-Cq@stork.gentoo.org
1 drac 08/04/22 17:09:32
2
3 Added: lineak-xosdplugin-0.9.0-gcc43.patch
4 Log:
5 Fix building with GCC 4.3, thanks to Peter Alfredsen wrt #218792.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 x11-misc/lineak-xosdplugin/files/lineak-xosdplugin-0.9.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/lineak-xosdplugin/files/lineak-xosdplugin-0.9.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/lineak-xosdplugin/files/lineak-xosdplugin-0.9.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: lineak-xosdplugin-0.9.0-gcc43.patch
15 ===================================================================
16 diff -urNad lineak-xosdplugin-0.9~/xosd_plugin/xosdctrl.cpp lineak-xosdplugin-0.9/xosd_plugin/xosdctrl.cpp
17 --- lineak-xosdplugin-0.9~/xosd_plugin/xosdctrl.cpp 2006-02-08 18:32:13.000000000 +0000
18 +++ lineak-xosdplugin-0.9/xosd_plugin/xosdctrl.cpp 2008-03-17 04:35:12.000000000 +0000
19 @@ -21,6 +21,8 @@
20 #include <lineak/lconfig.h>
21 #include <lineak/lineak_core_functions.h>
22
23 +#include <cstdlib>
24 +#include <cstring>
25
26 using namespace lineak_core_functions;
27 using namespace std;
28
29
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list