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/slim/files: slim-1.3.0-gcc43.patch
Date: Mon, 05 May 2008 21:30:16
Message-Id: E1Jt8GE-00083q-Dt@stork.gentoo.org
1 drac 08/05/05 21:30:14
2
3 Added: slim-1.3.0-gcc43.patch
4 Log:
5 Fix building with GCC 4.3 wrt #213154, thanks to B. Nutzer.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 x11-misc/slim/files/slim-1.3.0-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/slim/files/slim-1.3.0-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/slim/files/slim-1.3.0-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: slim-1.3.0-gcc43.patch
15 ===================================================================
16 --- cfg.cpp 2008-03-20 17:56:19.000000000 +0100
17 +++ slim-1.3.0/cfg.cpp 2008-03-20 17:55:53.000000000 +0100
18 @@ -12,6 +12,7 @@
19 #include <string>
20 #include <iostream>
21 #include <unistd.h>
22 +#include <cstdlib>
23
24 #include <sys/types.h>
25 #include <sys/stat.h>
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list