Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/gearmand/files: gearmand-0.33+gcc-4.7.patch
Date: Thu, 21 Jun 2012 14:43:44
Message-Id: 20120621144330.64CD52004C@flycatcher.gentoo.org
1 flameeyes 12/06/21 14:43:30
2
3 Added: gearmand-0.33+gcc-4.7.patch
4 Log:
5 Add patch to fix building with GCC 4.7 (fix bug #422553).
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-cluster/gearmand/files/gearmand-0.33+gcc-4.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/files/gearmand-0.33+gcc-4.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/files/gearmand-0.33+gcc-4.7.patch?rev=1.1&content-type=text/plain
14
15 Index: gearmand-0.33+gcc-4.7.patch
16 ===================================================================
17 Index: gearmand-0.33/util/logfile.cc
18 ===================================================================
19 --- gearmand-0.33.orig/util/logfile.cc
20 +++ gearmand-0.33/util/logfile.cc
21 @@ -49,6 +49,7 @@
22 #include <sstream>
23 #include <sys/stat.h>
24 #include <sys/types.h>
25 +#include <unistd.h>
26
27 namespace datadifferential {
28 namespace util {