Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kradio/files: kradio-20061112-gcc43.patch
Date: Mon, 05 May 2008 19:09:00
Message-Id: E1Jt63W-0005uR-8g@stork.gentoo.org
1 drac 08/05/05 19:08:58
2
3 Added: kradio-20061112-gcc43.patch
4 Log:
5 Fix building with GCC 4.3 wrt #219875 by Martin Väth.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 media-sound/kradio/files/kradio-20061112-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kradio/files/kradio-20061112-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kradio/files/kradio-20061112-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: kradio-20061112-gcc43.patch
15 ===================================================================
16 --- kradio3/plugins/lirc/lircsupport.cpp
17 +++ kradio3/plugins/lirc/lircsupport.cpp
18 @@ -29,6 +29,8 @@
19 #include <kaboutdata.h>
20 #include <kstandarddirs.h>
21
22 +#include <cstdlib>
23 +
24 #include "../../src/include/errorlog-interfaces.h"
25 #include "../../src/include/radiodevice_interfaces.h"
26 #include "../../src/include/stationlist.h"
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list