Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/skstream/files: skstream-0.3.6-glibc2101.patch
Date: Fri, 05 Jun 2009 09:26:42
Message-Id: E1MCVh1-0003CZ-Ko@stork.gentoo.org
1 tupone 09/06/05 09:26:31
2
3 Added: skstream-0.3.6-glibc2101.patch
4 Log:
5 Fix build with glibc-2.10.1. Should fix bug #272703
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/skstream/files/skstream-0.3.6-glibc2101.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/skstream/files/skstream-0.3.6-glibc2101.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/skstream/files/skstream-0.3.6-glibc2101.patch?rev=1.1&content-type=text/plain
13
14 Index: skstream-0.3.6-glibc2101.patch
15 ===================================================================
16 --- skstream/skstream.h.old 2009-06-05 11:12:47.000000000 +0200
17 +++ skstream/skstream.h 2009-06-05 11:13:47.000000000 +0200
18 @@ -30,6 +30,7 @@
19 #define RGJ_FREE_STREAM_H_
20
21 #include <iostream>
22 +#include <cstdio>
23
24 #include <skstream/sksocket.h>