diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-12-23 21:01:01 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-12-23 21:38:09 +0100 |
commit | f287e82e5fb500d65b87608308e4b4cfcee2b167 (patch) | |
tree | 79a8d20179505f73752d46e7150b97ef1fd6eaf3 /games-puzzle | |
parent | games-board/gmchess: Fix building with latest glibmm/libsigc++ (diff) | |
download | gentoo-f287e82e5fb500d65b87608308e4b4cfcee2b167.tar.gz gentoo-f287e82e5fb500d65b87608308e4b4cfcee2b167.tar.bz2 gentoo-f287e82e5fb500d65b87608308e4b4cfcee2b167.zip |
games-puzzle/gnudoku: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.93.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/gnudoku/gnudoku-0.93.ebuild b/games-puzzle/gnudoku/gnudoku-0.93.ebuild index 406f777ae1f9..b12f2893501f 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 \ |