commit: 932f0bb499de1a458bd2dc4f1f57c2d2e83f3328 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 20:02:52 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 20:38:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932f0bb4
media-gfx/gimmage: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 media-gfx/gimmage/gimmage-0.2.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild index 47fac03..35b84dd 100644 --- a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild +++ b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild @@ -3,8 +3,7 @@ # $Id$ EAPI=5 - -inherit autotools eutils +inherit autotools eutils flag-o-matic DESCRIPTION="A slim GTK-based image browser" HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/" @@ -37,5 +36,6 @@ src_configure() { local myconf use debug && myconf="--enable-debug" + append-cxxflags -std=c++11 econf ${myconf} }
