From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/veracrypt/
Date: Sun, 1 Aug 2021 20:41:33 +0000 (UTC) [thread overview]
Message-ID: <1627850467.239adf34dfb7ac62bd6d118e4909b05386c3a770.soap@gentoo> (raw)
commit: 239adf34dfb7ac62bd6d118e4909b05386c3a770
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 1 20:41:07 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 20:41:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239adf34
app-crypt/veracrypt: Fix build with GCC 11
Closes: https://bugs.gentoo.org/786741
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-crypt/veracrypt/veracrypt-1.24_p8.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild b/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild
index e4a53800c6d..513ddf48256 100644
--- a/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild
+++ b/app-crypt/veracrypt/veracrypt-1.24_p8.ebuild
@@ -4,7 +4,7 @@
EAPI=7
WX_GTK_VER="3.0-gtk3"
-inherit desktop linux-info pax-utils toolchain-funcs wxwidgets
+inherit desktop flag-o-matic linux-info pax-utils toolchain-funcs wxwidgets
MY_PV="$(ver_cut 1-2)-Update$(ver_cut 4)_MacOSX"
@@ -38,6 +38,10 @@ CONFIG_CHECK="~BLK_DEV_DM ~CRYPTO ~CRYPTO_XTS ~DM_CRYPT ~FUSE_FS"
src_configure() {
setup-wxwidgets
+
+ # https://bugs.gentoo.org/786741
+ # std::byte clashes with src/Common/Tcdefs.h typedef
+ append-cxxflags -std=c++14
}
src_compile() {
next reply other threads:[~2021-08-01 20:41 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-01 20:41 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 6:29 [gentoo-commits] repo/gentoo:master commit in: app-crypt/veracrypt/ Göktürk Yüksek
2024-07-05 18:43 Pacho Ramos
2024-06-16 9:37 Pacho Ramos
2023-10-29 5:44 Göktürk Yüksek
2023-09-09 13:17 David Seifert
2023-09-09 13:17 David Seifert
2022-11-29 11:26 Jakov Smolić
2022-05-29 3:14 Sam James
2022-02-14 4:26 Göktürk Yüksek
2021-04-17 13:18 David Seifert
2021-04-05 22:26 David Seifert
2021-03-14 19:55 Göktürk Yüksek
2021-03-07 14:41 Agostino Sarubbo
2020-12-09 0:20 Göktürk Yüksek
2020-11-25 7:43 Agostino Sarubbo
2020-09-25 19:30 Göktürk Yüksek
2020-07-21 1:39 Aaron Bauman
2020-03-30 12:20 Göktürk Yüksek
2020-03-30 12:16 Mikle Kolyada
2020-01-25 0:55 Göktürk Yüksek
2020-01-15 9:17 Agostino Sarubbo
2019-10-29 20:22 Göktürk Yüksek
2019-10-29 20:22 Göktürk Yüksek
2019-10-15 23:29 Göktürk Yüksek
2019-10-11 20:50 Göktürk Yüksek
2019-02-07 11:00 Mikle Kolyada
2018-11-07 22:47 Göktürk Yüksek
2018-07-18 21:11 Jonas Stein
2018-05-22 16:30 Mikle Kolyada
2017-08-04 8:02 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1627850467.239adf34dfb7ac62bd6d118e4909b05386c3a770.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox