Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/commoncpp2/files: 1.8.0-glibc212.patch
Date: Tue, 24 Aug 2010 14:12:53
Message-Id: 20100824141248.9C10D2004E@flycatcher.gentoo.org
1 ssuominen 10/08/24 14:12:48
2
3 Added: 1.8.0-glibc212.patch
4 Log:
5 Fix building with recent glibc wrt #334135 by "kde at hilefoks.org" and Arttu Valo.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-cpp/commoncpp2/files/1.8.0-glibc212.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/files/1.8.0-glibc212.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/commoncpp2/files/1.8.0-glibc212.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.8.0-glibc212.patch
15 ===================================================================
16 http://bugs.gentoo.org/334135
17
18 --- src/applog.cpp
19 +++ src/applog.cpp
20 @@ -44,6 +44,7 @@
21 #include <cstdio>
22 #include <stdarg.h>
23 #include <errno.h>
24 +#include <sys/stat.h>
25
26 // TODO sc: test if has to move up now that it is into commoncpp
27 // NOTE: the order of inclusion is important do not move following include line