commit: 4d3bbdf1903aa758111669909ba646606360f710 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 19:42:58 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 20:37:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3bbdf1
app-editors/mlview: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 app-editors/mlview/mlview-0.9.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/mlview/mlview-0.9.0-r1.ebuild b/app-editors/mlview/mlview-0.9.0-r1.ebuild index 0e20ca1..ce52661 100644 --- a/app-editors/mlview/mlview-0.9.0-r1.ebuild +++ b/app-editors/mlview/mlview-0.9.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 GCONF_DEBUG="no" GNOME_TARBALL_SUFFIX="bz2" -inherit autotools eutils gnome2 +inherit autotools eutils flag-o-matic gnome2 DESCRIPTION="XML editor for the GNOME environment" HOMEPAGE="http://www.nongnu.org/mlview/mlview-internals.html" @@ -57,6 +57,7 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++11 gnome2_src_configure \ --disable-static \ $(use_enable debug)
