Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/chuck/files: chuck-1.2.1.2-gcc44.patch
Date: Mon, 01 Jun 2009 18:36:10
Message-Id: E1MBCMM-0002YS-Ot@stork.gentoo.org
1 ssuominen 09/06/01 18:35:46
2
3 Added: chuck-1.2.1.2-gcc44.patch
4 Log:
5 Fix compile with GCC 4.4 and keyword ~amd64.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/chuck/files/chuck-1.2.1.2-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/chuck/files/chuck-1.2.1.2-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/chuck/files/chuck-1.2.1.2-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: chuck-1.2.1.2-gcc44.patch
15 ===================================================================
16 diff -ur chuck-1.2.1.2.orig/src/util_string.h chuck-1.2.1.2/src/util_string.h
17 --- chuck-1.2.1.2.orig/src/util_string.h 2008-07-16 12:55:17.000000000 +0300
18 +++ chuck-1.2.1.2/src/util_string.h 2009-06-01 21:33:59.000000000 +0300
19 @@ -33,6 +33,8 @@
20 #ifndef __UTIL_STRING_H__
21 #define __UTIL_STRING_H__
22
23 +#include <cstdio>
24 +
25 #include "chuck_def.h"
26 #include <string>
27 #include <vector>