summaryrefslogtreecommitdiff
path: root/package/imagemagick/imagemagick-6.3.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.3.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.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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index a11fdd223..000000000
--- a/package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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_;