summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-23 20:42:58 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-23 21:37:59 +0100
commit4d3bbdf1903aa758111669909ba646606360f710 (patch)
tree80f11f907ee5cb6f76554b13aedf0b5d06e52282 /app-editors
parentnet-proxy/bfilter: Fix building with latest glibmm/libsigc++ (diff)
downloadgentoo-4d3bbdf1903aa758111669909ba646606360f710.tar.gz
gentoo-4d3bbdf1903aa758111669909ba646606360f710.tar.bz2
gentoo-4d3bbdf1903aa758111669909ba646606360f710.zip
app-editors/mlview: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mlview/mlview-0.9.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/mlview/mlview-0.9.0-r1.ebuild b/app-editors/mlview/mlview-0.9.0-r1.ebuild
index 0e20ca1e158d..ce5266174cf8 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)