commit:     4ce254914d9fd8085558362a96bd2c5f9ad99114
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 20:25:23 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 20:27:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce25491

games-board/ascal: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 games-board/ascal/ascal-0.1.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/games-board/ascal/ascal-0.1.1.ebuild 
b/games-board/ascal/ascal-0.1.1.ebuild
index 2f0bdbc..3e64dc8 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

Reply via email to