diff options
author | Martin Banky <martin.banky@gmail.com> | 2010-10-02 13:51:22 -0700 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-05 09:14:19 +0200 |
commit | 85c45df2fa58a24ab220fd454867fa16311435e4 (patch) | |
tree | fb10e55bb370241cbaf33e17914a071fb3434b4c /package/imagemagick/imagemagick-6.3.4-add-errno-h-if-argz-h-does-not-exist.patch | |
parent | b808b60b89abf767063172a6c48fab3cc22008f7 (diff) | |
download | buildroot-novena-85c45df2fa58a24ab220fd454867fa16311435e4.tar.gz buildroot-novena-85c45df2fa58a24ab220fd454867fa16311435e4.zip |
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.patch | 11 |
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_; |