bump version
[buildroot.git] / package / imagemagick / imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch
bloba11fdd2238f7e2ace49a0b14c44bfa330f33fafa
1 --- ImageMagick-6.3.4.old/configure 2007-05-12 05:49:25.000000000 +0200
2 +++ ImageMagick-6.3.4.new/configure 2007-05-21 16:53:32.000000000 +0200
3 @@ -9484,6 +9484,8 @@ cat >>conftest.$ac_ext <<_ACEOF
4 /* end confdefs.h. */
5 #if HAVE_ARGZ_H
6 # include <argz.h>
7 +#else
8 +# include <errno.h>
9 #endif
11 typedef error_t ac__type_new_;