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.6.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.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.patch | 11 |
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 : |