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 <kostadinshishmanov@protonmail.com>
This commit is contained in:
Kostadin Shishmanov
2026-05-10 08:57:07 +03:00
parent 2935c1dc43
commit 5e749c025a
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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