projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2b997
)
games-puzzle/gnudoku: Fix building with latest glibmm/libsigc++
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 20:01:01 +0000
(21:01 +0100)
committer
Pacho 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
patch
|
blob
|
history
diff --git
a/games-puzzle/gnudoku/gnudoku-0.93.ebuild
b/games-puzzle/gnudoku/gnudoku-0.93.ebuild
index 406f777ae1f92ba0e1674b95e079987d7100df3f..b12f2893501ff606e8775c58894ab2615c8d594a 100644
(file)
--- 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 \