800-gd-iconv.patch 309 B

1234567891011121314
  1. --- a/ext/gd/libgd/gdkanji.c
  2. +++ b/ext/gd/libgd/gdkanji.c
  3. @@ -9,6 +9,11 @@
  4. #include "gdhelpers.h"
  5. #include <stdarg.h>
  6. +
  7. +/* force usage of internal conversation routine */
  8. +#undef HAVE_ICONV_H
  9. +#undef HAVE_ICONV
  10. +
  11. #if defined(HAVE_ICONV_H) || defined(HAVE_ICONV)
  12. #include <iconv.h>
  13. #ifdef HAVE_ERRNO_H