diff options
author | 2018-02-19 19:17:21 +0100 | |
---|---|---|
committer | 2018-02-19 20:40:41 +0100 | |
commit | afe9a5b0fba8e0689a3b904d889b166440a49fc1 (patch) | |
tree | 4b15a4cc9700a52844ac004c4af4753584066210 /sci-libs | |
parent | media-libs/opencollada: Always build in C++14 mode (diff) | |
download | gentoo-afe9a5b0fba8e0689a3b904d889b166440a49fc1.tar.gz gentoo-afe9a5b0fba8e0689a3b904d889b166440a49fc1.tar.bz2 gentoo-afe9a5b0fba8e0689a3b904d889b166440a49fc1.zip |
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
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-2.2.3-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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=() |