wok-6.x diff scim/stuff/scim-glibc-2.10.patch @ rev 18274
Add coova-chilli
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 07 18:14:02 2015 +0200 (2015-08-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scim/stuff/scim-glibc-2.10.patch Fri Aug 07 18:14:02 2015 +0200 1.3 @@ -0,0 +1,13 @@ 1.4 +glibc 2.10 error: invalid conversion from 'const char*' to 'char*' 1.5 +ref: http://lists.opensuse.org/opensuse-packaging/2009-06/msg00001.html 1.6 +--- scim-1.4.7/src/ltdl.cpp.orig Mon Jun 22 10:28:27 2009 1.7 ++++ scim-1.4.7/src/ltdl.cpp Mon Jun 22 10:25:11 2009 1.8 +@@ -3360,7 +3360,7 @@ 1.9 + { 1.10 + lt_dlhandle handle = 0; 1.11 + char * tmp = 0; 1.12 +- char * ext = 0; 1.13 ++ const char * ext = 0; 1.14 + size_t len; 1.15 + int errors = 0; 1.16 +