games-puzzle/gnudoku: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:01:01 +0000 (21:01 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:09 +0000 (21:38 +0100)
Package-Manager: portage-2.2.26

games-puzzle/gnudoku/gnudoku-0.93.ebuild

index 406f777ae1f92ba0e1674b95e079987d7100df3f..b12f2893501ff606e8775c58894ab2615c8d594a 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit eutils games
+inherit eutils flag-o-matic games
 
 MY_PN="GNUDoku"
 MY_P=${MY_PN}-${PV}
@@ -25,6 +25,7 @@ S=${WORKDIR}/${MY_P}
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-gcc43.patch
+       append-cxxflags -std=c++11
        sed -i \
                -e "s:\$(CXX):\$(CXX) ${CXXFLAGS} ${LDFLAGS}:" \
                Makefile \