From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4E791581CA for ; Fri, 13 Jun 2025 15:39:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C176A34244F for ; Fri, 13 Jun 2025 15:39:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B18851104DB; Fri, 13 Jun 2025 15:39:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A4ADF1104DB for ; Fri, 13 Jun 2025 15:39:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EFA834244F for ; Fri, 13 Jun 2025 15:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3D0D26FF for ; Fri, 13 Jun 2025 15:39:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749829120.89bb879b7d0f05d87bd4568baf82c424448fbc9e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-25.2.4.3-r1.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89bb879b7d0f05d87bd4568baf82c424448fbc9e X-VCS-Branch: master Date: Fri, 13 Jun 2025 15:39:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd5c6131-9d87-4018-8f5a-a59822210109 X-Archives-Hash: 90402ca50824a8dc3af0330618d09ae4 commit: 89bb879b7d0f05d87bd4568baf82c424448fbc9e Author: Sam James gentoo org> AuthorDate: Fri Jun 13 15:38:40 2025 +0000 Commit: Sam James gentoo 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 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