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

Package-Manager: portage-2.2.26
This commit is contained in:
Pacho Ramos
2015-12-15 20:44:45 +01:00
parent 7d79f3d18a
commit f4e1396ee7

View File

@@ -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() {