From 1d1d00b9a474f2bca7a8b6d7d29c27a87f20c230 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2020 10:40:51 +0100 Subject: fix typo, thanks to Frank Dana --- ImageMagick6.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ImageMagick6.spec') diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 95da3bb..7d5ad73 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -445,9 +445,9 @@ export CFLAGS="%{optflags} -DIMPNG_SETJMP_IS_THREAD_SAFE" --with-gvc \ %endif %if %{with_libheif} - --with-heif \ + --with-heic \ %else - --without-heif \ + --without-heic \ %endif --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'" \ --without-dps \ -- cgit