summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-16 18:25:52 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-16 19:20:53 +0100
commitd044abb86586f74fa6a3c5335c1c1afd1865883c (patch)
tree16f405a752f5e25c5446050da59b3d93e372e712 /dev-libs
parentdev-db/sqlite: Fix build with USE=tcl (diff)
downloadgentoo-d044abb86586f74fa6a3c5335c1c1afd1865883c.tar.gz
gentoo-d044abb86586f74fa6a3c5335c1c1afd1865883c.tar.bz2
gentoo-d044abb86586f74fa6a3c5335c1c1afd1865883c.zip
dev-libs/dmalloc: GetEnvironmentVariableA implicit in configure is ok
Bug: https://bugs.gentoo.org/924829 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild b/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild
index 26f4fb29229f..6cab3df3bae5 100644
--- a/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild
+++ b/dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild
@@ -24,6 +24,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.6.5-fix-cxx-check.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ GetEnvironmentVariableA
+)
+
src_prepare() {
default