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/gtkguitune/files: gtkguitune-0.7-gcc43.patch
Date: Sat, 19 Apr 2008 13:01:02
Message-Id: E1JnCgc-0006v4-ON@stork.gentoo.org
1 drac 08/04/19 13:00:58
2
3 Added: gtkguitune-0.7-gcc43.patch
4 Log:
5 Fix building with GCC 4.3, thanks to Peter Alfredsen.
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.1 media-sound/gtkguitune/files/gtkguitune-0.7-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/files/gtkguitune-0.7-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gtkguitune/files/gtkguitune-0.7-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: gtkguitune-0.7-gcc43.patch
15 ===================================================================
16 diff -u gtkguitune-0.7/main.cc gtkguitune-0.7/main.cc
17 --- gtkguitune-0.7/main.cc
18 +++ gtkguitune-0.7/main.cc
19 @@ -19,6 +19,7 @@
20 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 //
22 //
23 +#include <cstdlib>
24 #include <sys/types.h>
25 #include <sys/stat.h>
26 #include <fcntl.h>
27
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list