media-gfx/gimmage: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:02:52 +0000 (21:02 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:11 +0000 (21:38 +0100)
Package-Manager: portage-2.2.26

media-gfx/gimmage/gimmage-0.2.3-r1.ebuild

index 47fac0304cb87bc37e880a98708a2bde2313eb4f..35b84dd2a46872a1eac9cc5b5f31f92090dfe80d 100644 (file)
@@ -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}
 }