From 5e749c025a8cb06d3fe3e3ec55754ec921bd1ba1 Mon Sep 17 00:00:00 2001 From: Kostadin Shishmanov Date: Sun, 10 May 2026 08:57:07 +0300 Subject: [PATCH] net-im/chatterino: fix ccache detection It was being enabled in one of the subprojects (rapidjson) which "poisoned" the rest of the build system. Signed-off-by: Kostadin Shishmanov --- net-im/chatterino/chatterino-2.5.5.ebuild | 3 ++- net-im/chatterino/chatterino-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-im/chatterino/chatterino-2.5.5.ebuild b/net-im/chatterino/chatterino-2.5.5.ebuild index 2faf01c749..04c0ef2277 100644 --- a/net-im/chatterino/chatterino-2.5.5.ebuild +++ b/net-im/chatterino/chatterino-2.5.5.ebuild @@ -145,7 +145,8 @@ src_prepare() { ln -sr ../lua-* lib/lua/src || die # delete ccache detection - already handled by portage - sed -i -e '/CCACHE_PROGRAM ccache/,+6d' CMakeLists.txt || die "Sed ccache broke !" + sed -i -e '/CCACHE_PROGRAM ccache/,+6d' CMakeLists.txt || die "Sed ccache1 broke !" + sed -i -e '/CCACHE_FOUND ccache/,+8d' lib/rapidjson/CMakeLists.txt || "Sed ccache2 broke !" # disable doxygen automagic detection # doyxgen doc generation seems anyway broken for now diff --git a/net-im/chatterino/chatterino-9999.ebuild b/net-im/chatterino/chatterino-9999.ebuild index c19342cd72..6a708a6123 100644 --- a/net-im/chatterino/chatterino-9999.ebuild +++ b/net-im/chatterino/chatterino-9999.ebuild @@ -145,7 +145,8 @@ src_prepare() { ln -sr ../lua-* lib/lua/src || die # delete ccache detection - already handled by portage - sed -i -e '/CCACHE_PROGRAM ccache/,+6d' CMakeLists.txt || die "Sed ccache broke !" + sed -i -e '/CCACHE_PROGRAM ccache/,+6d' CMakeLists.txt || die "Sed ccache1 broke !" + sed -i -e '/CCACHE_FOUND ccache/,+8d' lib/rapidjson/CMakeLists.txt || "Sed ccache2 broke !" # disable doxygen automagic detection # doyxgen doc generation seems anyway broken for now