mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-cpp/libgnomecanvasmm: Fix building with latest glibmm/libsigc++ (#568300)
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user