Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kvkbd/files: gcc43-fix.patch
Date: Mon, 13 Oct 2008 18:50:20
Message-Id: E1KpSUi-0003LM-Sx@stork.gentoo.org
1 yngwin 08/10/13 18:50:16
2
3 Added: gcc43-fix.patch
4 Log:
5 Initial commit. Ebuild by me, based on contributions by Jiri Tyr in bug 174054.
6 (Portage version: 2.2_rc12_p11688/cvs/Linux 2.6.26-hh3 i686)
7
8 Revision Changes Path
9 1.1 kde-misc/kvkbd/files/gcc43-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kvkbd/files/gcc43-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kvkbd/files/gcc43-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: gcc43-fix.patch
15 ===================================================================
16 --- kvkbd-0.5/src/MainWidget.cpp.orig 2008-10-13 20:03:50.000000000 +0200
17 +++ kvkbd-0.5/src/MainWidget.cpp 2008-10-13 20:04:37.000000000 +0200
18 @@ -18,6 +18,9 @@
19 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
20 ***************************************************************************/
21
22 +#include <cstdlib>
23 +#include <climits>
24 +
25 #include "MainWidget.h"
26 #include "VButton.h"