Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/clanlib/files: clanlib-0.8.1-gcc47.patch
Date: Sat, 29 Dec 2012 22:01:57
Message-Id: 20121229220146.6E5E420081@flycatcher.gentoo.org
1 pinkbyte 12/12/29 22:01:46
2
3 Added: clanlib-0.8.1-gcc47.patch
4 Log:
5 Fix building with gcc 4.7, wrt bug #448428
6
7 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 dev-games/clanlib/files/clanlib-0.8.1-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/files/clanlib-0.8.1-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/files/clanlib-0.8.1-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: clanlib-0.8.1-gcc47.patch
16 ===================================================================
17 --- ./Sources/Core/IOData/Generic/inputsource_file.cpp.orig 2012-12-30 01:49:01.698950614 +0400
18 +++ ./Sources/Core/IOData/Generic/inputsource_file.cpp 2012-12-30 01:49:27.714977456 +0400
19 @@ -32,6 +32,7 @@
20 #ifdef WIN32
21 #include <direct.h>
22 #endif
23 +#include <unistd.h>
24 #include <cstring>
25 #include <API/Core/IOData/inputsource_file.h>