diff options
Diffstat (limited to 'media-gfx/graphicsmagick/graphicsmagick-9999.ebuild')
-rw-r--r-- | media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index 889ce23dc4ff..e67843f1b019 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -28,7 +28,7 @@ LICENSE="MIT" SLOT="0/${PV%.*}" IUSE="bzip2 +cxx debug dynamic-loading fpx heif imagemagick jbig jpeg jpegxl lcms lzma" -IUSE+=" openmp perl png postscript q16 q32 static-libs svg tcmalloc threads tiff truetype" +IUSE+=" openmp perl png postscript q16 q32 static-libs svg tcmalloc tiff truetype" IUSE+=" webp wmf X zlib zstd" RDEPEND=" @@ -97,7 +97,7 @@ src_configure() { $(use_enable debug gcov) $(use_enable imagemagick magick-compat) $(use_enable openmp) - $(use_with threads) + --with-threads $(use_with dynamic-loading modules) --with-quantum-depth=${depth} --without-frozenpaths |