x11-libs/libview: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:34:10 +0000 (21:34 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:24 +0000 (21:38 +0100)
Package-Manager: portage-2.2.26

x11-libs/libview/libview-0.6.6-r2.ebuild

index 5ae6e983563f617802e59d60dc5475c364bd7079..7a3c8a0f28f4e60d9776aa8cde79b073c5578f72 100644 (file)
@@ -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)