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

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
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;