media-sound/qtractor: Append -std=c++11 CXXFLAGS, bug #609742.
authorAlexis Ballier <aballier@gentoo.org>
Mon, 20 Feb 2017 09:04:37 +0000 (10:04 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 20 Feb 2017 09:04:46 +0000 (10:04 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-sound/qtractor/qtractor-0.8.1.ebuild

index 987bd8d09afe027019db0c9411652da15af67691..a8fd41c21f0999ce3cfec907118fdafeba84a661 100644 (file)
@@ -49,6 +49,7 @@ DEPEND="${RDEPEND}
 DOCS="README ChangeLog TODO AUTHORS"
 
 src_configure() {
+       append-cxxflags '-std=c++11'
        econf \
                $(use_enable mad libmad) \
                $(use_enable libsamplerate) \