Closes: https://bugs.gentoo.org/618856
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
DESCRIPTION="Panorama viewer (Quicktime, PangeaVR, GLPanoView formats)"
HOMEPAGE="http://freepv.sourceforge.net/"
sed -e 's:^INSTALL(.*)::' \
-i src/libfreepv/CMakeLists.txt || die
}
+
+src_configure() {
+ # bug 618856
+ append-cxxflags -std=c++14
+
+ cmake-utils_src_configure
+}