Skip to content

Commit

Permalink
games-puzzle/ltris: build with gcc5 (bug #570966)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Michael Sterrett committed Mar 30, 2016
1 parent f734452 commit 1c63ac1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions games-puzzle/ltris/ltris-1.0.19.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit autotools eutils games
inherit autotools flag-o-matic eutils games

DESCRIPTION="very polished Tetris clone"
HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LTris"
SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"

LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="nls"
Expand All @@ -24,6 +24,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
mv configure.in configure.ac || die
AT_M4DIR=m4 eautoreconf
append-cflags -std=gnu89 # build with gcc5 (bug #570966)
}

src_configure() {
Expand Down

0 comments on commit 1c63ac1

Please sign in to comment.