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, 0 insertions, 11 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 deleted file mode 100644 index 1d9590fd..00000000 --- a/source/x/scim/scim-1.4.9-fix-ltdl.cpp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - |