imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch 330 B

1234567891011
  1. --- a/configure 2010-09-26 17:05:45.000000000 -0700
  2. +++ b/configure 2010-09-30 23:47:09.000000000 -0700
  3. @@ -20354,6 +20354,8 @@ done
  4. ac_fn_c_check_type "$LINENO" "error_t" "ac_cv_type_error_t" "#if defined(HAVE_ARGZ_H)
  5. # include <argz.h>
  6. +#else
  7. +# include <errno.h>
  8. #endif
  9. "
  10. if test "x$ac_cv_type_error_t" = xyes; then :