app-office/libreoffice: make sure CC/CXX are defined

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-21 00:07:58 +01:00
parent 239671750e
commit 146bfa5ad8
3 changed files with 3 additions and 0 deletions

View File

@@ -448,6 +448,7 @@ src_configure() {
sed -i -e "s/-flto=thin/-flto/" solenv/gbuild/platform/com_GCC_defs.mk || die
# Don't use Clang for building Skia regardless of CC/CXX!
tc-export CC CXX
export LO_CLANG_CC=${CC}
export LO_CLANG_CXX=${CXX}

View File

@@ -447,6 +447,7 @@ src_configure() {
sed -i -e "s/-flto=thin/-flto/" solenv/gbuild/platform/com_GCC_defs.mk || die
# Don't use Clang for building Skia regardless of CC/CXX!
tc-export CC CXX
export LO_CLANG_CC=${CC}
export LO_CLANG_CXX=${CXX}

View File

@@ -432,6 +432,7 @@ src_configure() {
sed -i -e "s/-flto=thin/-flto/" solenv/gbuild/platform/com_GCC_defs.mk || die
# Don't use Clang for building Skia regardless of CC/CXX!
tc-export CC CXX
export LO_CLANG_CC=${CC}
export LO_CLANG_CXX=${CXX}