Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/vmoconv/files: vmoconv-1.0-glibc28.patch
Date: Sun, 05 Oct 2008 22:44:37
Message-Id: E1KmcL5-0006pP-5l@stork.gentoo.org
1 flameeyes 08/10/05 22:44:35
2
3 Modified: vmoconv-1.0-glibc28.patch
4 Log:
5 Extend patch to actually build with glibc 2.8. Closes bug #239611.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.2 app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch?r1=1.1&r2=1.2
14
15 Index: vmoconv-1.0-glibc28.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vmoconv-1.0-glibc28.patch 20 Jun 2008 23:05:37 -0000 1.1
22 +++ vmoconv-1.0-glibc28.patch 5 Oct 2008 22:44:34 -0000 1.2
23 @@ -10,3 +10,15 @@
24 #include <stdio.h>
25 #include <stdlib.h>
26 #include <string.h>
27 +diff -Naur vmoconv-1.0.orig/src/vmo2gsm.c vmoconv-1.0/src/vmo2gsm.c
28 +--- vmoconv-1.0.orig/src/vmo2gsm.c 2008-06-15 12:57:07.000000000 -0400
29 ++++ vmoconv-1.0/src/vmo2gsm.c 2008-06-15 12:57:36.000000000 -0400
30 +@@ -27,7 +27,7 @@
31 + * 12 bit header and 260 bits standard GSM frame, as described
32 + * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
33 + */
34 +-
35 ++#include <limits.h>
36 + #include <stdio.h>
37 + #include <stdlib.h>
38 + #include <string.h>