commit: ee6a1a85fa3876a50e1f77e6f91c8a7d063ec9a6
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May 5 17:23:28 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May 5 23:43:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6a1a85
media-libs/libsdl2: disable automagic ccache
Randomly spotted ccache lines despite FEATURES=-ccache
during a rebuild.
Unsure by what logic options were sorted in this mycmakeargs,
so semi randomly inserted near the end among the other hard =OFF
for now.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/libsdl2/libsdl2-2.30.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/libsdl2/libsdl2-2.30.3.ebuild
b/media-libs/libsdl2/libsdl2-2.30.3.ebuild
index 1092e5d181a5..36665d855090 100644
--- a/media-libs/libsdl2/libsdl2-2.30.3.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.30.3.ebuild
@@ -179,6 +179,7 @@ src_configure() {
-DSDL_LIBUDEV=$(usex udev)
-DSDL_DBUS=$(usex dbus)
-DSDL_IBUS=$(usex ibus)
+ -DSDL_CCACHE=OFF
-DSDL_DIRECTX=OFF
-DSDL_RPATH=OFF
-DSDL_VIDEO_RENDER_D3D=OFF