Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libdvb/files: libdvb-0.5.5.1-gcc43.patch
Date: Sun, 04 May 2008 04:33:45
Message-Id: E1JsVuw-0007Kg-Qk@stork.gentoo.org
1 zzam 08/05/04 04:33:42
2
3 Added: libdvb-0.5.5.1-gcc43.patch
4 Log:
5 Fixed compilation with gcc-3.4, Thanks to Peter Alfredsen <peter.alfredsen@×××××.com> for the patch, Bug #220165. Fixed quoting.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 media-libs/libdvb/files/libdvb-0.5.5.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvb/files/libdvb-0.5.5.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvb/files/libdvb-0.5.5.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: libdvb-0.5.5.1-gcc43.patch
15 ===================================================================
16 --- libdvb-0.5.5.1.orig/sample_progs/cam_menu.hh 2008-01-28 10:23:53.000000000 +0100
17 +++ libdvb-0.5.5.1/sample_progs/cam_menu.hh 2008-01-28 10:22:55.000000000 +0100
18 @@ -2,6 +2,7 @@
19 * cam_menu.hh
20 *
21 */
22 +#include <cstring>
23 #include <sys/types.h>
24 #include <sys/socket.h>
25
26 --- libdvb-0.5.5.1.orig/libdvbmpeg/ringbuffy.c 2007-03-16 17:53:31.000000000 +0100
27 +++ libdvb-0.5.5.1/libdvbmpeg/ringbuffy.c 2007-03-16 17:54:10.000000000 +0100
28 @@ -19,6 +19,7 @@
29 */
30
31 #include "ringbuffy.h"
32 +#include <string.h>
33
34 int ring_init (ringbuffy *rbuf, int size)
35 {
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list