diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-23 09:06:34 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-23 09:06:34 +0000 |
commit | e1e3b7a5ec2421d437d5bc0a0f333c20f9f1be30 (patch) | |
tree | 29bcc104553199a72fc03f7929e1f810d17e4a1f /package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch | |
parent | 316aa9a1926686c1aafea891daaebee94417c015 (diff) | |
download | buildroot-novena-e1e3b7a5ec2421d437d5bc0a0f333c20f9f1be30.tar.gz buildroot-novena-e1e3b7a5ec2421d437d5bc0a0f333c20f9f1be30.zip |
Add imagemagick package
Diffstat (limited to 'package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch')
-rw-r--r-- | package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch b/package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch new file mode 100644 index 000000000..a11fdd223 --- /dev/null +++ b/package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch @@ -0,0 +1,11 @@ +--- ImageMagick-6.3.4.old/configure 2007-05-12 05:49:25.000000000 +0200 ++++ ImageMagick-6.3.4.new/configure 2007-05-21 16:53:32.000000000 +0200 +@@ -9484,6 +9484,8 @@ cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #if HAVE_ARGZ_H + # include <argz.h> ++#else ++# include <errno.h> + #endif + + typedef error_t ac__type_new_; |