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

python-pygame: we want font, image, mixer support for childsplay
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 07 21:56:16 2011 +0200 (2011-06-07)
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;