summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-23 21:34:10 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-23 21:38:24 +0100
commit0db53589f257899c86e4a814cde829c529aca74d (patch)
tree1f1f91208c0a3ebb10302a7d00c7a3692c0a6439 /x11-libs
parentsci-libs/plotmm: Fix building with latest glibmm/libsigc++ (diff)
downloadgentoo-0db53589f257899c86e4a814cde829c529aca74d.tar.gz
gentoo-0db53589f257899c86e4a814cde829c529aca74d.tar.bz2
gentoo-0db53589f257899c86e4a814cde829c529aca74d.zip
x11-libs/libview: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libview/libview-0.6.6-r2.ebuild3
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)