summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-03-17 13:43:23 +0000
committerJames Le Cuirot <chewi@gentoo.org>2024-03-17 13:43:23 +0000
commit040f0ba50a811f8da7f423343799b5838cb2e428 (patch)
tree3df3be5464182465147126cf8499cd27f052ce3b
parentnet-irc/znc-palaver: mask tests (diff)
downloadgentoo-040f0ba50a811f8da7f423343799b5838cb2e428.tar.gz
gentoo-040f0ba50a811f8da7f423343799b5838cb2e428.tar.bz2
gentoo-040f0ba50a811f8da7f423343799b5838cb2e428.zip
media-libs/libsdl2: Unset variables that interfere with tests
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--media-libs/libsdl2/libsdl2-2.30.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.30.1.ebuild b/media-libs/libsdl2/libsdl2-2.30.1.ebuild
index abd5bb0552d7..3892dd137bc0 100644
--- a/media-libs/libsdl2/libsdl2-2.30.1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.30.1.ebuild
@@ -246,6 +246,7 @@ src_compile() {
}
multilib_src_test() {
+ unset SDL_GAMECONTROLLERCONFIG SDL_GAMECONTROLLER_USE_BUTTON_LABELS
LD_LIBRARY_PATH="${BUILD_DIR}/build/.libs:${LD_LIBRARY_PATH}" emake -Onone -C test check V=1
}