diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-19 01:23:00 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-19 01:23:16 -0500 |
commit | 27c66358f39141764a3e8bafb03c1d27cd79e5c2 (patch) | |
tree | 6ea345efc77ee78fe54c8de87f4098900ca3290a /games-puzzle/scramble/scramble-0.9.5.ebuild | |
parent | Revert "x11-libs/gtk+: subslot gtk+:3" (diff) | |
download | gentoo-27c66358f39141764a3e8bafb03c1d27cd79e5c2.tar.gz gentoo-27c66358f39141764a3e8bafb03c1d27cd79e5c2.tar.bz2 gentoo-27c66358f39141764a3e8bafb03c1d27cd79e5c2.zip |
games-puzzle/scramble: fix building with gcc-5 (bug #571460)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-puzzle/scramble/scramble-0.9.5.ebuild')
-rw-r--r-- | games-puzzle/scramble/scramble-0.9.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-puzzle/scramble/scramble-0.9.5.ebuild b/games-puzzle/scramble/scramble-0.9.5.ebuild index 3b88d008a965..6ed597810cb5 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 } |