Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/acovea/files: acovea-5.1.1-glibc-212.patch
Date: Mon, 06 Sep 2010 23:22:06
Message-Id: 20100906232203.0785820054@flycatcher.gentoo.org
1 ssuominen 10/09/06 23:22:03
2
3 Added: acovea-5.1.1-glibc-212.patch
4 Log:
5 Fix building with recent glibc wrt #336260 by Diego E. Pettenò.
6
7 (Portage version: 2.2_rc75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-benchmarks/acovea/files/acovea-5.1.1-glibc-212.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/files/acovea-5.1.1-glibc-212.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/acovea/files/acovea-5.1.1-glibc-212.patch?rev=1.1&content-type=text/plain
14
15 Index: acovea-5.1.1-glibc-212.patch
16 ===================================================================
17 http://bugs.gentoo.org/336260
18
19 --- libacovea/acovea.cpp
20 +++ libacovea/acovea.cpp
21 @@ -44,6 +44,7 @@
22 #include <unistd.h>
23 #include <sys/types.h>
24 #include <sys/wait.h>
25 +#include <sys/stat.h>
26
27 #include <vector>
28 #include <cstring>