mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-cpp/gtkglextmm: Fix building with latest glibmm/libsigc++ (#568024)
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
EAPI=5
|
||||
GCONF_DEBUG="yes"
|
||||
|
||||
inherit eutils gnome2
|
||||
inherit eutils flag-o-matic gnome2
|
||||
|
||||
DESCRIPTION="C++ bindings for gtkglext"
|
||||
HOMEPAGE="https://projects.gnome.org/gtkglext/"
|
||||
@@ -36,6 +36,7 @@ src_prepare() {
|
||||
die "sed Makefile.in failed"
|
||||
|
||||
gnome2_src_prepare
|
||||
append-cxxflags -std=c++11 #568024
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user