commit: 359e36ed6b183297852bc7c37d6213869b0adf51
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 11:04:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 31 21:08:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359e36ed
media-gfx/exiv2: Set -DCMAKE_CXX_STANDARD=14
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
b/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
index 8c6ab3c5c6d..276e4ea019b 100644
--- a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
@@ -65,6 +65,7 @@ src_prepare() {
multilib_src_configure() {
local mycmakeargs=(
+ -DCMAKE_CXX_STANDARD=14
-DEXIV2_BUILD_SAMPLES=NO
-DEXIV2_BUILD_PO=$(usex nls)
-DEXIV2_ENABLE_NLS=$(usex nls)