Update ImageMagick to 6.9.12.50 (#2087046)
Don't use the eln macro, you should use rhel recommended by Stephen Gallagher add support libzstepel8
parent
23e24e14be
commit
8421f80f97
@ -1,28 +0,0 @@
|
|||||||
diff -Nur ImageMagick-6.9.9-3.orig/wand/MagickWand-config.in ImageMagick-6.9.9-3/wand/MagickWand-config.in
|
|
||||||
--- ImageMagick-6.9.9-3.orig/wand/MagickWand-config.in 2017-07-24 06:37:55.000000000 -0700
|
|
||||||
+++ ImageMagick-6.9.9-3/wand/MagickWand-config.in 2017-07-27 15:17:55.343675457 -0700
|
|
||||||
@@ -38,19 +38,19 @@
|
|
||||||
echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@'
|
|
||||||
;;
|
|
||||||
--cflags)
|
|
||||||
- @PKG_CONFIG@ --cflags MagickWand
|
|
||||||
+ pkg-config --cflags MagickWand
|
|
||||||
;;
|
|
||||||
--cxxflags)
|
|
||||||
- @PKG_CONFIG@ --cflags MagickWand
|
|
||||||
+ pkg-config --cflags MagickWand
|
|
||||||
;;
|
|
||||||
--cppflags)
|
|
||||||
- @PKG_CONFIG@ --cflags MagickWand
|
|
||||||
+ pkg-config --cflags MagickWand
|
|
||||||
;;
|
|
||||||
--ldflags)
|
|
||||||
- @PKG_CONFIG@ --libs MagickWand
|
|
||||||
+ pkg-config --libs MagickWand
|
|
||||||
;;
|
|
||||||
--libs)
|
|
||||||
- @PKG_CONFIG@ --libs MagickWand
|
|
||||||
+ pkg-config --libs MagickWand
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "${usage}" 1>&2
|
|
Loading…
Reference in new issue