Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@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: Fri, 20 Jun 2008 23:05:43
Message-Id: E1K9pfl-00081n-Sv@stork.gentoo.org
1 mrness 08/06/20 23:05:37
2
3 Added: vmoconv-1.0-glibc28.patch
4 Log:
5 Fix broken build on boxes with glibc-2.8 (#227153).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 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.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/files/vmoconv-1.0-glibc28.patch?rev=1.1&content-type=text/plain
13
14 Index: vmoconv-1.0-glibc28.patch
15 ===================================================================
16 diff -Naur vmoconv-1.0.orig/src/gsm2vmo.c vmoconv-1.0/src/gsm2vmo.c
17 --- vmoconv-1.0.orig/src/gsm2vmo.c 2008-06-15 12:57:07.000000000 -0400
18 +++ vmoconv-1.0/src/gsm2vmo.c 2008-06-15 12:57:36.000000000 -0400
19 @@ -27,7 +27,7 @@
20 * 12 bit header and 260 bits standard GSM frame, as described
21 * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
22 */
23 -
24 +#include <limits.h>
25 #include <stdio.h>
26 #include <stdlib.h>
27 #include <string.h>
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list