You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
309 B

  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