diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-19 22:08:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-10-19 22:08:17 +0000 |
commit | 38c4826bd1be2f8e90dc6c8c24325e42f7253620 (patch) | |
tree | 9b9c893b32c81706c681c4918d9d01bc32bc910a /textproc/scim | |
parent | e32ddc047b58d9b1d0f696906fb18d08a8807c2f (diff) |
Notes
Diffstat (limited to 'textproc/scim')
-rw-r--r-- | textproc/scim/files/patch-src_ltdl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/scim/files/patch-src_ltdl.cpp b/textproc/scim/files/patch-src_ltdl.cpp new file mode 100644 index 000000000000..376e74e6bafe --- /dev/null +++ b/textproc/scim/files/patch-src_ltdl.cpp @@ -0,0 +1,11 @@ +--- src/ltdl.cpp.orig 2008-11-02 06:42:40 UTC ++++ src/ltdl.cpp +@@ -3361,7 +3361,7 @@ lt_dlopenext ( + { + lt_dlhandle handle = 0; + char * tmp = 0; +- char * ext = 0; ++ const char * ext = 0; + size_t len; + int errors = 0; + |