summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-17 22:55:10 +0000
committerSam James <sam@gentoo.org>2022-05-17 22:59:05 +0000
commit1da5e9d810f1724e065df07ddc7fd0a3620fbf4f (patch)
treecd6d3c7a5cd656d7e6cf278fd65e6f6658815b20 /dev-libs/icu-layoutex
parentsci-mathematics/octave: Keyword 6.4.0-r2 hppa, #757822 (diff)
downloadgentoo-1da5e9d810f1724e065df07ddc7fd0a3620fbf4f.tar.gz
gentoo-1da5e9d810f1724e065df07ddc7fd0a3620fbf4f.tar.bz2
gentoo-1da5e9d810f1724e065df07ddc7fd0a3620fbf4f.zip
dev-libs/icu-layoutex: explain append-cxxflags for C++14
Without context, it looks stale, but it isn't! ICU appends c++11 to flags otherwise. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/icu-layoutex')
-rw-r--r--dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild
index d66b5589337f..5bbdcfa9444e 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild
@@ -50,7 +50,9 @@ src_prepare() {
}
src_configure() {
- # Use C++14
+ # ICU tries to append -std=c++11 without this, so as of 71.1,
+ # despite GCC 9+ using c++14 (or gnu++14) and GCC 11+ using gnu++17,
+ # we still need this.
append-cxxflags -std=c++14
if tc-is-cross-compiler; then