Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/elinks/files: elinks-0.12_pre5-compilation-fix.patch
Date: Sun, 04 Apr 2010 11:55:17
Message-Id: E1NyOQ5-0003Xo-Bg@stork.gentoo.org
1 spock 10/04/04 11:55:13
2
3 Added: elinks-0.12_pre5-compilation-fix.patch
4 Log:
5 Version bump (includes a workaround for bug #310495).
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-client/elinks/files/elinks-0.12_pre5-compilation-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/files/elinks-0.12_pre5-compilation-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/elinks/files/elinks-0.12_pre5-compilation-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: elinks-0.12_pre5-compilation-fix.patch
15 ===================================================================
16 diff -Naurp elinks-0.12pre5-orig//src/intl/charsets.c elinks-0.12pre5/src/intl/charsets.c
17 --- elinks-0.12pre5-orig//src/intl/charsets.c 2010-04-04 12:19:02.000000000 +0200
18 +++ elinks-0.12pre5/src/intl/charsets.c 2010-04-04 12:19:20.000000000 +0200
19 @@ -821,7 +821,7 @@ free_utf_table(void)
20
21 /* Cast away const. */
22 for (i = 128; i < 256; i++)
23 - mem_free((unsigned char *) utf_table[i].u.str);
24 + mem_free(utf_table[i].u.str);
25 }
26
27 static struct conv_table *