commit:     f4e1396ee7aa484574c9fd8d45dec78156018c9f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 19:44:45 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 20:16:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e1396e

dev-cpp/libgnomecanvasmm: Fix building with latest glibmm/libsigc++ (#568300)

Package-Manager: portage-2.2.26

 dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild 
b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild
index fc60c9a..369745d 100644
--- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild
+++ b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 GCONF_DEBUG="no"
 GNOME_TARBALL_SUFFIX="bz2"
 
-inherit gnome2
+inherit flag-o-matic gnome2
 
 DESCRIPTION="C++ bindings for libgnomecanvas"
 HOMEPAGE="http://www.gtkmm.org";
@@ -32,6 +32,7 @@ src_prepare() {
                        die "sed Makefile.in failed"
        fi
        gnome2_src_prepare
+       append-cxxflags -std=c++11 #568300
 }
 
 src_compile() {

Reply via email to