Skip to content

Commit

Permalink
games-board/hexxagon: Fix building with latest glibmm/libsigc++
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 19, 2015
1 parent bb6d61e commit b3caeaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion games-board/hexxagon/hexxagon-1.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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
Expand Down

0 comments on commit b3caeaf

Please sign in to comment.