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-defaultplugin/files: lineak-defaultplugin-0.9.0-gcc43.patch
Date: Tue, 22 Apr 2008 17:04:55
Message-Id: E1JoLvJ-0008Lh-Ds@stork.gentoo.org
1 drac 08/04/22 17:04:53
2
3 Added: lineak-defaultplugin-0.9.0-gcc43.patch
4 Log:
5 Fix building with GCC 4.3, thanks to Peter Alfredsen wrt #218790.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 x11-misc/lineak-defaultplugin/files/lineak-defaultplugin-0.9.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/lineak-defaultplugin/files/lineak-defaultplugin-0.9.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/lineak-defaultplugin/files/lineak-defaultplugin-0.9.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: lineak-defaultplugin-0.9.0-gcc43.patch
15 ===================================================================
16 --- a/default_plugin/defaultplugin.cpp
17 +++ b/default_plugin/defaultplugin.cpp
18 @@ -35,6 +35,7 @@
19 #include <iostream>
20 #include <sstream>
21 #include <stdlib.h>
22 +#include <cstring>
23 using namespace std;
24 using namespace lineak_core_functions;
25
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list