diff options
Diffstat (limited to 'app-office/libreoffice/libreoffice-7.0.3.1.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild index 63c50e62f52d..b7f883af3784 100644 --- a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild +++ b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild @@ -403,8 +403,8 @@ src_configure() { NM=gcc-nm RANLIB=gcc-ranlib fi - export LO_CLANG_CC=${CC} - export LO_CLANG_CXX=${CXX} + export CLANG_CC=${CC} + export CLANG_CXX=${CXX} if [[ -n "${have_switched_compiler}" ]] ; then # Because we switched active compiler we have to ensure |