mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user