From: David Seifert Date: Mon, 19 Feb 2018 18:17:21 +0000 (+0100) Subject: sci-libs/gdal: Always build in C++14 mode X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=afe9a5b0fba8e0689a3b904d889b166440a49fc1;p=gentoo.git 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 --- diff --git a/sci-libs/gdal/gdal-2.2.3-r1.ebuild b/sci-libs/gdal/gdal-2.2.3-r1.ebuild index e1c5f8a92cf7..72c086432413 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=()