commit: afe9a5b0fba8e0689a3b904d889b166440a49fc1 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Feb 19 18:17:21 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Feb 19 19:40:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe9a5b0
sci-libs/gdal: Always build in C++14 mode Closes: https://bugs.gentoo.org/619148 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-libs/gdal/gdal-2.2.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild b/sci-libs/gdal/gdal-2.2.3-r1.ebuild index e1c5f8a92cf..72c08643241 100644 --- a/sci-libs/gdal/gdal-2.2.3-r1.ebuild +++ b/sci-libs/gdal/gdal-2.2.3-r1.ebuild @@ -117,6 +117,8 @@ src_prepare() { } src_configure() { + # bug 619148 + append-cxxflags -std=c++14 tc-export AR RANLIB local myopts=()
