diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-01-18 21:12:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-01-18 21:12:42 +0000 |
commit | bb89f80c35b37a67d67d5353a5d6cb7c77070b98 (patch) | |
tree | 9382515fd441e0336df236e464a9bd7532cccaac /devel/cmake | |
parent | 743a2d9f8d26f0bf7aecb4931e8f02cb732f47b6 (diff) | |
download | ports-bb89f80c35b37a67d67d5353a5d6cb7c77070b98.tar.gz ports-bb89f80c35b37a67d67d5353a5d6cb7c77070b98.zip |
Notes
Diffstat (limited to 'devel/cmake')
-rw-r--r-- | devel/cmake/files/patch-Modules_FindImageMagick.cmake | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/cmake/files/patch-Modules_FindImageMagick.cmake b/devel/cmake/files/patch-Modules_FindImageMagick.cmake new file mode 100644 index 000000000000..13554a1e9aff --- /dev/null +++ b/devel/cmake/files/patch-Modules_FindImageMagick.cmake @@ -0,0 +1,23 @@ +--- Modules/FindImageMagick.cmake.orig 2015-01-18 20:59:07.643587544 +0100 ++++ Modules/FindImageMagick.cmake 2015-01-18 21:00:52.175617819 +0100 +@@ -207,17 +207,17 @@ + ) + if(component STREQUAL "Magick++") + FIND_IMAGEMAGICK_API(Magick++ Magick++.h +- Magick++ CORE_RL_Magick++_ Magick++-6.Q16 Magick++-Q16 Magick++-6.Q8 Magick++-Q8 Magick++-6.Q16HDRI Magick++-Q16HDRI Magick++-6.Q8HDRI Magick++-Q8HDRI ++ Magick++ CORE_RL_Magick++_ Magick++-6 Magick++-6.Q16 Magick++-Q16 Magick++-6.Q8 Magick++-Q8 Magick++-6.Q16HDRI Magick++-Q16HDRI Magick++-6.Q8HDRI Magick++-Q8HDRI + ) + list(APPEND ImageMagick_REQUIRED_VARS ImageMagick_Magick++_LIBRARY) + elseif(component STREQUAL "MagickWand") + FIND_IMAGEMAGICK_API(MagickWand wand/MagickWand.h +- Wand MagickWand CORE_RL_wand_ MagickWand-6.Q16 MagickWand-Q16 MagickWand-6.Q8 MagickWand-Q8 MagickWand-6.Q16HDRI MagickWand-Q16HDRI MagickWand-6.Q8HDRI MagickWand-Q8HDRI ++ Wand MagickWand CORE_RL_wand_ MagickWand-6 MagickWand-6.Q16 MagickWand-Q16 MagickWand-6.Q8 MagickWand-Q8 MagickWand-6.Q16HDRI MagickWand-Q16HDRI MagickWand-6.Q8HDRI MagickWand-Q8HDRI + ) + list(APPEND ImageMagick_REQUIRED_VARS ImageMagick_MagickWand_LIBRARY) + elseif(component STREQUAL "MagickCore") + FIND_IMAGEMAGICK_API(MagickCore magick/MagickCore.h +- Magick MagickCore CORE_RL_magick_ MagickCore-6.Q16 MagickCore-Q16 MagickCore-6.Q8 MagickCore-Q8 MagickCore-6.Q16HDRI MagickCore-Q16HDRI MagickCore-6.Q8HDRI MagickCore-Q8HDRI ++ Magick MagickCore CORE_RL_magick_ MagickCore-6 MagickCore-6.Q16 MagickCore-Q16 MagickCore-6.Q8 MagickCore-Q8 MagickCore-6.Q16HDRI MagickCore-Q16HDRI MagickCore-6.Q8HDRI MagickCore-Q8HDRI + ) + list(APPEND ImageMagick_REQUIRED_VARS ImageMagick_MagickCore_LIBRARY) + else() |