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@gentoo.org>
This commit is contained in:
Marek Szuba
2024-01-24 16:37:49 +00:00
parent fbf1eb7688
commit 849d6b5c1e

View File

@@ -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 \