diff options
Diffstat (limited to 'ImageMagick6.spec')
-rw-r--r-- | ImageMagick6.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |