diff options
-rw-r--r-- | x11-libs/libview/libview-0.6.6-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/libview/libview-0.6.6-r2.ebuild b/x11-libs/libview/libview-0.6.6-r2.ebuild index 5ae6e983563f..7a3c8a0f28f4 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) |