commit:     89bb879b7d0f05d87bd4568baf82c424448fbc9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 15:38:40 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 15:38:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bb879b

app-office/libreoffice: fix build w/ unbundled dev-libs/zxcvbn-c

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/libreoffice/libreoffice-25.2.4.3-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-office/libreoffice/libreoffice-25.2.4.3-r1.ebuild 
b/app-office/libreoffice/libreoffice-25.2.4.3-r1.ebuild
index 7119a5c5a978..3cf40ef9eea9 100644
--- a/app-office/libreoffice/libreoffice-25.2.4.3-r1.ebuild
+++ b/app-office/libreoffice/libreoffice-25.2.4.3-r1.ebuild
@@ -477,6 +477,9 @@ src_configure() {
        export PYTHON_CFLAGS=$(python_get_CFLAGS)
        export PYTHON_LIBS=$(python_get_LIBS)
 
+       # doesn't respect CPPFLAGS
+       append-flags "-I${ESYSROOT}/usr/include/zxcvbn"
+
        if use qt6; then
                export QT6DIR="$(qt6_get_bindir)/.."
        fi

Reply via email to