From 4e369cdc8afa7bb5cb342b41ba5b95c484a4d2d5 Mon Sep 17 00:00:00 2001 From: Maciej Mrozowski Date: Sun, 20 Aug 2017 21:05:49 +0200 Subject: [PATCH] sci-libs/gdal: Enforce -std=c++ due to app-text/poppler, bug 626844 --- sci-libs/gdal/gdal-2.0.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-2.0.3.ebuild b/sci-libs/gdal/gdal-2.0.3.ebuild index c4ae37e4b8332..a24cb7c3250a9 100644 --- a/sci-libs/gdal/gdal-2.0.3.ebuild +++ b/sci-libs/gdal/gdal-2.0.3.ebuild @@ -9,7 +9,7 @@ GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python2_7 python3_{4,5} ) DISTUTILS_OPTIONAL=1 -inherit autotools perl-module distutils-r1 toolchain-funcs java-pkg-opt-2 +inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2 DESCRIPTION="Translator library for raster geospatial data formats (includes OGR support)" HOMEPAGE="http://www.gdal.org/" @@ -122,6 +122,9 @@ src_prepare() { default + # bug 626844, poppler headers require C++11 + use pdf && append-cxxflags -std=c++11 + tc-export AR RANLIB mv configure.{in,ac} || die