summaryrefslogtreecommitdiff
path: root/package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch
diff options
context:
space:
mode:
authorMartin Banky <martin.banky@gmail.com>2010-10-02 13:51:22 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2010-10-05 09:14:19 +0200
commit85c45df2fa58a24ab220fd454867fa16311435e4 (patch)
treefb10e55bb370241cbaf33e17914a071fb3434b4c /package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch
parentb808b60b89abf767063172a6c48fab3cc22008f7 (diff)
imagemagick: convert to autotargets and bump to 6.6.4
program-transform-name='s,,,' is needed, otherwise configure defines it as $(platform)-$(cpu)-. During install, all executables are prepended with this variable. [Peter: disable libtool patch, remove unneeded/wrong staging install cmd] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch')
-rw-r--r--package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch b/package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch
new file mode 100644
index 000000000..66a6747fd
--- /dev/null
+++ b/package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch
@@ -0,0 +1,11 @@
+--- a/configure 2010-09-26 17:05:45.000000000 -0700
++++ b/configure 2010-09-30 23:47:09.000000000 -0700
+@@ -20354,6 +20354,8 @@ done
+
+ ac_fn_c_check_type "$LINENO" "error_t" "ac_cv_type_error_t" "#if defined(HAVE_ARGZ_H)
+ # include <argz.h>
++#else
++# include <errno.h>
+ #endif
+ "
+ if test "x$ac_cv_type_error_t" = xyes; then :