commit d97d5490e45462b8b4135a3745e56b003ef494cf
Author: Alexey Yakovenko <wakeroid@gmail.com>
Date:   Mon Jul 17 19:24:31 2017

junklib: fix pointer going out of scope bug

Index: junklib.c
--- junklib.c.orig
+++ junklib.c
@@ -32,9 +32,6 @@
 #include <stdlib.h>
 #include <string.h>
 #if HAVE_ICONV
-  #ifndef __MINGW32__
-  #define LIBICONV_PLUG
-  #endif
   #include <iconv.h>
 #elif HAVE_ICU
   #warning icu
