media-sound/patchage: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 10:52:02 +0000 (11:52 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 10:58:56 +0000 (11:58 +0100)
Package-Manager: portage-2.2.26

media-sound/patchage/patchage-0.5.0-r1.ebuild

index cbe96544f6f9a68f688bc00a039452315f6ebd07..274aa0c02bf0ad841cda4356e8dd604ad576c177 100644 (file)
@@ -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") \