Skip to content

Commit

Permalink
media-libs/taglib: Force C++11
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/651744
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
SoapGentoo committed May 26, 2018
1 parent 1e76cac commit 902cd6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions media-libs/taglib/taglib-1.11.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 902cd6d

Please sign in to comment.