public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/scramble/
@ 2016-01-19  6:24 Michael Sterrett
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett @ 2016-01-19  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     27c66358f39141764a3e8bafb03c1d27cd79e5c2
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 06:23:00 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 06:23:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c66358

games-puzzle/scramble: fix building with gcc-5 (bug #571460)

Package-Manager: portage-2.2.26

 games-puzzle/scramble/scramble-0.9.5.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/scramble/scramble-0.9.5.ebuild b/games-puzzle/scramble/scramble-0.9.5.ebuild
index 3b88d00..6ed5978 100644
--- a/games-puzzle/scramble/scramble-0.9.5.ebuild
+++ b/games-puzzle/scramble/scramble-0.9.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Create as many words as you can before the time runs out"
 HOMEPAGE="http://www.shiftygames.com/scramble/scramble.html"
 SRC_URI="http://www.shiftygames.com/scramble/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
@@ -23,6 +23,8 @@ RDEPEND="${DEPEND}
 
 src_prepare() {
 	append-cflags $(sdl-config --cflags)
+	sed -i -e 's/inline //' src/scramble.c || die
+	mv configure.{in,ac} || die
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-19  6:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19  6:24 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/scramble/ Michael Sterrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox