diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-03 18:08:32 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-03 18:08:32 +0200 |
commit | 3217f4803d9739778fd9ef7cd10b814a3a610917 (patch) | |
tree | 56c4f7dccc9b1d5023edddd04c73552ea2d20281 /media-gfx | |
parent | media-gfx/inkscape: drop versions (diff) | |
download | gentoo-3217f4803d9739778fd9ef7cd10b814a3a610917.tar.gz gentoo-3217f4803d9739778fd9ef7cd10b814a3a610917.tar.bz2 gentoo-3217f4803d9739778fd9ef7cd10b814a3a610917.zip |
media-gfx/inkscape: hard-disable jemalloc
Bug: https://bugs.gentoo.org/724672
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/inkscape-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 7c5bda1590ff..cfc5f2381840 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -76,7 +76,6 @@ COMMON_DEPEND="${PYTHON_DEPS} !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) - jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) spell? ( app-text/gspell ) @@ -149,7 +148,7 @@ src_configure() { -DWITH_GRAPHICS_MAGICK=$(usex graphicsmagick $(usex imagemagick)) # both must be enabled to use GraphicsMagick -DWITH_GNU_READLINE=$(usex readline) -DWITH_GSPELL=$(usex spell) - -DWITH_JEMALLOC=$(usex jemalloc) + -DWITH_JEMALLOC=OFF -DENABLE_LCMS=ON -DWITH_OPENMP=$(usex openmp) -DBUILD_SHARED_LIBS=ON |