wok view scim/stuff/scim-glibc-2.10.patch @ rev 9774

bridge-utils: fix WGET_URL and clean
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:31:48 2011 +0200 (2011-05-11)
parents
children
line source
1 glibc 2.10 error: invalid conversion from 'const char*' to 'char*'
2 ref: http://lists.opensuse.org/opensuse-packaging/2009-06/msg00001.html
3 --- scim-1.4.7/src/ltdl.cpp.orig Mon Jun 22 10:28:27 2009
4 +++ scim-1.4.7/src/ltdl.cpp Mon Jun 22 10:25:11 2009
5 @@ -3360,7 +3360,7 @@
6 {
7 lt_dlhandle handle = 0;
8 char * tmp = 0;
9 - char * ext = 0;
10 + const char * ext = 0;
11 size_t len;
12 int errors = 0;