Skip to content

Commit

Permalink
media-gfx/enblend: remove dmalloc
Browse files Browse the repository at this point in the history
It was hiding as debug.
Explicitly prevent cmake from using it, even if it exists.

Bug: https://bugs.gentoo.org/930210
Signed-off-by: NHOrus <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
NHOrus authored and thesamesam committed Dec 31, 2024
1 parent d0977ce commit 1b59b00
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions media-gfx/enblend/enblend-4.2.0_p20240424.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ S=${WORKDIR}/enblend
LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc"

REQUIRED_USE="tcmalloc? ( !debug )"
IUSE="cpu_flags_x86_sse2 doc openmp tcmalloc"

BDEPEND="
sys-apps/help2man
Expand All @@ -40,7 +38,6 @@ RDEPEND="
media-libs/tiff:=
media-libs/vigra[openexr]
sci-libs/gsl:=
debug? ( dev-libs/dmalloc[threads] )
tcmalloc? ( dev-util/google-perftools )
"
DEPEND="${RDEPEND}
Expand All @@ -65,7 +62,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
-DENABLE_DMALLOC=$(usex debug)
-DENABLE_DMALLOC=no
-DDOC=$(usex doc)
-DENABLE_OPENMP=$(usex openmp)
-DENABLE_TCMALLOC=$(usex tcmalloc)
Expand Down

0 comments on commit 1b59b00

Please sign in to comment.