public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libdvb/files: libdvb-0.5.5.1-gcc43.patch
@ 2008-05-04  4:33 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2008-05-04  4:33 UTC (permalink / raw
  To: gentoo-commits

zzam        08/05/04 04:33:42

  Added:                libdvb-0.5.5.1-gcc43.patch
  Log:
  Fixed compilation with gcc-3.4, Thanks to Peter Alfredsen <peter.alfredsen@gmail.com> for the patch, Bug #220165. Fixed quoting.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.1                  media-libs/libdvb/files/libdvb-0.5.5.1-gcc43.patch

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
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

Index: libdvb-0.5.5.1-gcc43.patch
===================================================================
--- libdvb-0.5.5.1.orig/sample_progs/cam_menu.hh    2008-01-28 10:23:53.000000000 +0100
+++ libdvb-0.5.5.1/sample_progs/cam_menu.hh         2008-01-28 10:22:55.000000000 +0100
@@ -2,6 +2,7 @@
  * cam_menu.hh
  *
  */
+#include <cstring>
 #include <sys/types.h>
 #include <sys/socket.h>

--- libdvb-0.5.5.1.orig/libdvbmpeg/ringbuffy.c	2007-03-16 17:53:31.000000000 +0100
+++ libdvb-0.5.5.1/libdvbmpeg/ringbuffy.c	2007-03-16 17:54:10.000000000 +0100
@@ -19,6 +19,7 @@
 */
 
 #include "ringbuffy.h"
+#include <string.h>
 
 int ring_init (ringbuffy *rbuf, int size)
 {



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-04  4:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-04  4:33 [gentoo-commits] gentoo-x86 commit in media-libs/libdvb/files: libdvb-0.5.5.1-gcc43.patch Matthias Schwarzott (zzam)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox