Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-cdda/files: vdr-cdda-0.1.0-glibc-212.patch
Date: Tue, 05 Oct 2010 18:03:22
Message-Id: 20101005172852.A4AED20051@flycatcher.gentoo.org
1 ssuominen 10/10/05 17:28:52
2
3 Added: vdr-cdda-0.1.0-glibc-212.patch
4 Log:
5 Fix building with recent glibc wrt #339194 by Diego E. Pettenò.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-glibc-212.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-glibc-212.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cdda/files/vdr-cdda-0.1.0-glibc-212.patch?rev=1.1&content-type=text/plain
14
15 Index: vdr-cdda-0.1.0-glibc-212.patch
16 ===================================================================
17 http://bugs.gentoo.org/339194
18
19 --- cdda_cddb.c
20 +++ cdda_cddb.c
21 @@ -15,6 +15,8 @@
22 #include <stdlib.h>
23 #include <fcntl.h>
24 #include <errno.h>
25 +#include <sys/types.h>
26 +#include <sys/stat.h>
27 #include "cdda_conf.h"
28 #include "cdda_cddb.h"