diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-01-02 21:25:23 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-01-02 21:27:29 +0100 |
commit | 4ce254914d9fd8085558362a96bd2c5f9ad99114 (patch) | |
tree | f69699c54c987ccdc76c5ab6e77d68a9a742474e /games-board | |
parent | dev-php/pecl-event: remove old versions, bug #570620. (diff) | |
download | gentoo-4ce254914d9fd8085558362a96bd2c5f9ad99114.tar.gz gentoo-4ce254914d9fd8085558362a96bd2c5f9ad99114.tar.bz2 gentoo-4ce254914d9fd8085558362a96bd2c5f9ad99114.zip |
games-board/ascal: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/ascal/ascal-0.1.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games-board/ascal/ascal-0.1.1.ebuild b/games-board/ascal/ascal-0.1.1.ebuild index 2f0bdbc6094d..3e64dc8abf3b 100644 --- a/games-board/ascal/ascal-0.1.1.ebuild +++ b/games-board/ascal/ascal-0.1.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit autotools eutils games +inherit autotools eutils flag-o-matic games DESCRIPTION="A game similar to Draughts but with some really cool enhancements" HOMEPAGE="http://ascal.sourceforge.net/" @@ -26,6 +26,11 @@ src_prepare() { eautoreconf } +src_configure() { + append-cxxflags -std=c++11 + egamesconf +} + src_install() { default prepgamesdirs |