Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/icecream/files: 0.9.7-glibc2.16.patch
Date: Thu, 23 Aug 2012 11:42:18
Message-Id: 20120823114207.C3ADF20456@flycatcher.gentoo.org
1 xarthisius 12/08/23 11:42:07
2
3 Added: 0.9.7-glibc2.16.patch
4 Log:
5 Fix building with glibc-2.16 wrt #425248 by Diego Elio Pettenò <flameeyes@g.o>
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-devel/icecream/files/0.9.7-glibc2.16.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/0.9.7-glibc2.16.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/files/0.9.7-glibc2.16.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.9.7-glibc2.16.patch
16 ===================================================================
17 Fix building with glibc-2.16
18
19 https://bugs.gentoo.org/show_bug.cgi?id=425248
20
21 Patch written by Kacper Kowalik <xarthisius@g.o>
22 --- a/daemon/workit.cpp
23 +++ b/daemon/workit.cpp
24 @@ -26,6 +26,7 @@
25 #include "exitcode.h"
26 #include "logging.h"
27 #include <sys/select.h>
28 +#include <sys/resource.h>
29 #include <algorithm>
30
31 #ifdef __FreeBSD__