From b3caeafc8448559f828e0bfa709e854f029ad2ef Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 19 Dec 2015 16:55:18 +0100 Subject: [PATCH] games-board/hexxagon: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 --- games-board/hexxagon/hexxagon-1.0.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games-board/hexxagon/hexxagon-1.0.2.ebuild b/games-board/hexxagon/hexxagon-1.0.2.ebuild index 08f767a38b56b..1af79c114b637 100644 --- a/games-board/hexxagon/hexxagon-1.0.2.ebuild +++ b/games-board/hexxagon/hexxagon-1.0.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit eutils games +inherit eutils flag-o-matic games DESCRIPTION="Clone of the original DOS game" HOMEPAGE="http://www.nesqi.se/" @@ -20,6 +20,10 @@ RDEPEND="dev-cpp/glibmm:2 DEPEND="${RDEPEND} virtual/pkgconfig" +src_prepare() { + append-cxxflags -std=c++11 +} + src_install() { emake DESTDIR="${D}" install newicon images/board_N_2.xpm ${PN}.xpm