summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2024-01-24 16:37:49 +0000
committerMarek Szuba <marecki@gentoo.org>2024-01-24 16:37:49 +0000
commit849d6b5c1efc0eb6df64c0b8cfb836d38650f136 (patch)
tree6705a9adc10b35cd98c6138231da4439f33976f5 /mail-mta
parentmail-mta/proton-mail-bridge: drop 3.1.3, 3.3.2-r1, 3.5.4 (diff)
downloadgentoo-849d6b5c1efc0eb6df64c0b8cfb836d38650f136.tar.gz
gentoo-849d6b5c1efc0eb6df64c0b8cfb836d38650f136.tar.bz2
gentoo-849d6b5c1efc0eb6df64c0b8cfb836d38650f136.zip
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>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/proton-mail-bridge/proton-mail-bridge-3.6.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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 \