Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Mon, 19 Feb 2018 19:43:18
Message-Id: 1519069241.afe9a5b0fba8e0689a3b904d889b166440a49fc1.soap@gentoo
1 commit: afe9a5b0fba8e0689a3b904d889b166440a49fc1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 18:17:21 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 19:40:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe9a5b0
7
8 sci-libs/gdal: Always build in C++14 mode
9
10 Closes: https://bugs.gentoo.org/619148
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 sci-libs/gdal/gdal-2.2.3-r1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
17 index e1c5f8a92cf..72c08643241 100644
18 --- a/sci-libs/gdal/gdal-2.2.3-r1.ebuild
19 +++ b/sci-libs/gdal/gdal-2.2.3-r1.ebuild
20 @@ -117,6 +117,8 @@ src_prepare() {
21 }
22
23 src_configure() {
24 + # bug 619148
25 + append-cxxflags -std=c++14
26
27 tc-export AR RANLIB
28 local myopts=()