summaryrefslogtreecommitdiffstats
path: root/recipes/imagemagick/imagemagick_6.3.5-10.bb
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso00@gmail.com>2010-03-29 18:53:29 +0000
committerKhem Raj <raj.khem@gmail.com>2010-03-31 13:52:51 -0700
commit26aa41630f45fee9283ebb189c2d14890e4f9fd3 (patch)
tree5507f15203fed8ab0c42fbd2d4e952e17f39fbb2 /recipes/imagemagick/imagemagick_6.3.5-10.bb
parent8c1753f14b4579a22d07655e0d8070ec5ff73808 (diff)
downloadopenembedded-26aa41630f45fee9283ebb189c2d14890e4f9fd3.tar.gz
imagemagick_6.3.5-10.bb: openm4 fix
* m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer. 2008-12-03 Ralf Wildenhues <[EMAIL PROTECTED]> Bruno Haible <[EMAIL PROTECTED]> * ref: http://www.mail-archive.com/bug-gnulib@gnu.org/msg12387.html Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/imagemagick/imagemagick_6.3.5-10.bb')
-rw-r--r--recipes/imagemagick/imagemagick_6.3.5-10.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/imagemagick/imagemagick_6.3.5-10.bb b/recipes/imagemagick/imagemagick_6.3.5-10.bb
index 58f3b2327f..cc7397c16f 100644
--- a/recipes/imagemagick/imagemagick_6.3.5-10.bb
+++ b/recipes/imagemagick/imagemagick_6.3.5-10.bb
@@ -2,13 +2,14 @@ DESCRIPTION = "ImageMagick is an image convertion tools"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "tiff jpeg libpng librsvg tiff zlib"
-PR = "r8"
+PR = "r9"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;patch=1 \
file://makefile-am.patch;patch=1 \
file://binconfig-fixes.patch;patch=1 \
- file://fix_open_file.patch;patch=1 "
+ file://fix_open_file.patch;patch=1 \
+ file://openm4-autoconf-fix.patch;patch=1"
IMVER = "6.3.5"