Description: Fix compilation error while testing iconv support
Author: Emmanuel Bouthenot <kolter@debian.org>
Last-Update: 2020-03-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/cmake/FindIconv.cmake
+++ b/cmake/FindIconv.cmake
@@ -70,7 +70,7 @@
   #include <iconv.h>
   int main(){
     iconv_t conv = 0;
-    const char* in = 0;
+    char* in = 0;
     size_t ilen = 0;
     char* out = 0;
     size_t olen = 0;
