media-libs/taglib: Force C++11
authorDavid Seifert <soap@gentoo.org>
Sat, 26 May 2018 11:04:01 +0000 (13:04 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 26 May 2018 11:04:46 +0000 (13:04 +0200)
Closes: https://bugs.gentoo.org/651744
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/taglib/taglib-1.11.1-r1.ebuild

index 426744efbb2cfc6592a8888073a98be22b6d0e45..ac42c4b3bf4dcf7d43c6c7d0723a2cdec2836e75 100644 (file)
@@ -1,9 +1,9 @@
-# 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-multilib
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="A library for reading and editing audio meta data"
 HOMEPAGE="https://taglib.github.io/"
@@ -36,6 +36,9 @@ src_prepare() {
        sed -e "s/BUILD_TESTS AND NOT BUILD_SHARED_LIBS/BUILD_TESTS/" \
                -i CMakeLists.txt \
                -i ConfigureChecks.cmake || die
+
+       # bug 651744
+       append-cxxflags -std=c++11
 }
 
 multilib_src_configure() {