summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 13:04:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-31 23:08:36 +0200
commit359e36ed6b183297852bc7c37d6213869b0adf51 (patch)
tree852fa23f4e047392d926131511f90c2536a8f8c9 /media-gfx/exiv2
parentmedia-libs/harfbuzz: Don't even try to run macos.tests (diff)
downloadgentoo-359e36ed6b183297852bc7c37d6213869b0adf51.tar.gz
gentoo-359e36ed6b183297852bc7c37d6213869b0adf51.tar.bz2
gentoo-359e36ed6b183297852bc7c37d6213869b0adf51.zip
media-gfx/exiv2: Set -DCMAKE_CXX_STANDARD=14
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r--media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild1
1 files changed, 1 insertions, 0 deletions
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)