commit: 8ebdf3ae626d6d2b2612838df0037391a4c51fa7 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Sep 30 17:56:13 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Sep 30 18:44:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebdf3ae
sci-libs/gdal: Enforce -std=c++ due to app-text/poppler, bug 626844 Backport from 4e369cdc8afa7bb5cb342b41ba5b95c484a4d2d5 Package-Manager: Portage-2.3.10, Repoman-2.3.3 sci-libs/gdal/gdal-2.0.2-r3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-2.0.2-r3.ebuild b/sci-libs/gdal/gdal-2.0.2-r3.ebuild index 69e5cbf4d7b..4a713012e98 100644 --- a/sci-libs/gdal/gdal-2.0.2-r3.ebuild +++ b/sci-libs/gdal/gdal-2.0.2-r3.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python2_7 python3_4 ) DISTUTILS_OPTIONAL=1 -inherit autotools eutils libtool perl-module distutils-r1 toolchain-funcs java-pkg-opt-2 +inherit autotools eutils libtool perl-module distutils-r1 flag-o-matic toolchain-funcs java-pkg-opt-2 DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)" HOMEPAGE="http://www.gdal.org/" @@ -121,6 +121,9 @@ src_prepare() { -e "s:library_dirs = :library_dirs = /usr/$(get_libdir):g" \ swig/python/setup.cfg || die "sed python setup.cfg failed" + # bug 626844, poppler headers require C++11 + use pdf && append-cxxflags -std=c++11 + tc-export AR RANLIB eautoreconf
