commit: 849d6b5c1efc0eb6df64c0b8cfb836d38650f136 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jan 24 16:37:49 2024 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jan 24 16:37:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849d6b5c
mail-mta/proton-mail-bridge: disable PCH for the GUI Enabled on Gentoo by default (in cmake.eclass), appears to cause problems for some users. Closes: https://bugs.gentoo.org/921938 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild index d64b250bc9c0..ea41b272ebaf 100644 --- a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild +++ b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,7 @@ src_configure() { -DBRIDGE_REPO_ROOT="${S}" -DBRIDGE_TAG="NOTAG" -DBRIDGE_VENDOR="Gentoo Linux" + -DCMAKE_DISABLE_PRECOMPILE_HEADERS=OFF ) BUILD_DIR="${WORKDIR}"/gui_build \ CMAKE_USE_DIR="${S}"/internal/frontend/bridge-gui/bridge-gui \