public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnudoku/
@ 2015-12-23 20:38 Pacho Ramos
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos @ 2015-12-23 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f287e82e5fb500d65b87608308e4b4cfcee2b167
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 20:01:01 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:38:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f287e82e

games-puzzle/gnudoku: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 games-puzzle/gnudoku/gnudoku-0.93.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/gnudoku/gnudoku-0.93.ebuild b/games-puzzle/gnudoku/gnudoku-0.93.ebuild
index 406f777..b12f289 100644
--- a/games-puzzle/gnudoku/gnudoku-0.93.ebuild
+++ b/games-puzzle/gnudoku/gnudoku-0.93.ebuild
@@ -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 \


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-23 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 20:38 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnudoku/ Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox