From 359e36ed6b183297852bc7c37d6213869b0adf51 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 31 May 2020 13:04:46 +0200 Subject: media-gfx/exiv2: Set -DCMAKE_CXX_STANDARD=14 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'media-gfx/exiv2') diff --git a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild b/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild index 8c6ab3c5c6d5..276e4ea019b6 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) -- cgit v1.2.3-65-gdbad