commit: 0db53589f257899c86e4a814cde829c529aca74d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 20:34:10 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 20:38:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db53589
x11-libs/libview: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 x11-libs/libview/libview-0.6.6-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/libview/libview-0.6.6-r2.ebuild b/x11-libs/libview/libview-0.6.6-r2.ebuild index 5ae6e98..7a3c8a0 100644 --- a/x11-libs/libview/libview-0.6.6-r2.ebuild +++ b/x11-libs/libview/libview-0.6.6-r2.ebuild @@ -5,7 +5,7 @@ EAPI=5 GCONF_DEBUG="no" -inherit autotools eutils gnome2 +inherit autotools eutils flag-o-matic gnome2 DESCRIPTION="VMware's Incredibly Exciting Widgets" HOMEPAGE="http://view.sourceforge.net" @@ -32,6 +32,7 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++11 gnome2_src_configure \ --enable-deprecated \ $(use_enable static-libs static)
