diff options
Diffstat (limited to 'source/x/scim/scim-1.4.9-fix-ltdl.cpp.patch')
-rw-r--r-- | source/x/scim/scim-1.4.9-fix-ltdl.cpp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/x/scim/scim-1.4.9-fix-ltdl.cpp.patch b/source/x/scim/scim-1.4.9-fix-ltdl.cpp.patch new file mode 100644 index 00000000..1d9590fd --- /dev/null +++ b/source/x/scim/scim-1.4.9-fix-ltdl.cpp.patch @@ -0,0 +1,11 @@ +--- scim-1.4.9/src/ltdl.cpp.bak 2008-11-02 14:42:40.000000000 +0800 ++++ scim-1.4.9/src/ltdl.cpp 2010-09-12 00:23:24.085978400 +0800 +@@ -3361,7 +3361,7 @@ + { + lt_dlhandle handle = 0; + char * tmp = 0; +- char * ext = 0; ++ const char * ext = 0; + size_t len; + int errors = 0; + |