diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-19 10:40:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-19 10:40:51 +0100 |
commit | 1d1d00b9a474f2bca7a8b6d7d29c27a87f20c230 (patch) | |
tree | 95bb6667b3fa4e563a3c622df7fe1397d78fc327 | |
parent | d7973d80aa15ef1dda8896c6f076fc2545ebd18a (diff) |
fix typo, thanks to Frank Dana
-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 \ |