summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger@applied-asynchrony.com>2022-09-04 14:10:00 +0200
committerSam James <sam@gentoo.org>2022-09-10 12:17:49 +0100
commitd2be0cf2f7a25081ed26081f5822c3843b3ae31a (patch)
treee2592628832c5b1a4cbeff50f179aef2fd62e460 /media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
parentmail-filter/mailfilter: bump to 0.8.9, clean up old, add proxy-maintainer (diff)
downloadgentoo-d2be0cf2f7a25081ed26081f5822c3843b3ae31a.tar.gz
gentoo-d2be0cf2f7a25081ed26081f5822c3843b3ae31a.tar.bz2
gentoo-d2be0cf2f7a25081ed26081f5822c3843b3ae31a.zip
media-gfx/graphicsmagick: enable threads by default
This follows upstream's default behaviour and mimicks ImageMagick. Closes: https://bugs.gentoo.org/868360 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/27136 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/graphicsmagick/graphicsmagick-9999.ebuild')
-rw-r--r--media-gfx/graphicsmagick/graphicsmagick-9999.ebuild4
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