From 85c45df2fa58a24ab220fd454867fa16311435e4 Mon Sep 17 00:00:00 2001 From: Martin Banky Date: Sat, 2 Oct 2010 13:51:22 -0700 Subject: 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 Signed-off-by: Peter Korsgaard --- ...agemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch (limited to 'package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch') 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 ++#else ++# include + #endif + " + if test "x$ac_cv_type_error_t" = xyes; then : -- cgit v1.2.3