diff options
Diffstat (limited to 'extra/scim/scim-gcc45.patch')
-rw-r--r-- | extra/scim/scim-gcc45.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/scim/scim-gcc45.patch b/extra/scim/scim-gcc45.patch new file mode 100644 index 000000000..9641dc2bf --- /dev/null +++ b/extra/scim/scim-gcc45.patch @@ -0,0 +1,13 @@ +diff -Nur scim-1.4.9.orig//src/ltdl.cpp scim-1.4.9/src/ltdl.cpp +--- scim-1.4.9.orig//src/ltdl.cpp 2008-11-02 01:42:40.000000000 -0500 ++++ scim-1.4.9/src/ltdl.cpp 2010-07-04 00:19:58.924925581 -0500 +@@ -3361,7 +3361,7 @@ + { + lt_dlhandle handle = 0; + char * tmp = 0; +- char * ext = 0; ++ const char * ext = 0; + size_t len; + int errors = 0; + + |