commit: e5c4b5fc6265b29c24bef9f4a220d7a8f31b9da6 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 10:52:02 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 10:58:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c4b5fc
media-sound/patchage: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 media-sound/patchage/patchage-0.5.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/patchage/patchage-0.5.0-r1.ebuild b/media-sound/patchage/patchage-0.5.0-r1.ebuild index cbe9654..274aa0c 100644 --- a/media-sound/patchage/patchage-0.5.0-r1.ebuild +++ b/media-sound/patchage/patchage-0.5.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' -inherit eutils waf-utils python-any-r1 +inherit eutils flag-o-matic waf-utils python-any-r1 DESCRIPTION="Modular patch bay for audio and MIDI systems" HOMEPAGE="http://wiki.drobilla.net/Patchage" @@ -38,6 +38,7 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++11 waf-utils_src_configure \ $(use debug && echo "--debug") \ $(use alsa || echo "--no-alsa") \
