diff options
Diffstat (limited to 'recipes/imagemagick/imagemagick_6.3.5-10.bb')
-rw-r--r-- | recipes/imagemagick/imagemagick_6.3.5-10.bb | 5 |
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" |