diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2014-05-24 17:58:35 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2014-05-24 17:58:35 +0000 |
commit | 779979bba847c99500c64ea96a921198b159a588 (patch) | |
tree | 7bcf410fb75339a78d1289a5f282647ca6a1c5d1 /games-board | |
parent | Version bump, fixes bug 511132. (diff) | |
download | gentoo-2-779979bba847c99500c64ea96a921198b159a588.tar.gz gentoo-2-779979bba847c99500c64ea96a921198b159a588.tar.bz2 gentoo-2-779979bba847c99500c64ea96a921198b159a588.zip |
Build fix. Bug #497192
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gtkboard/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/gtkboard/gtkboard-0.11_pre0.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/games-board/gtkboard/ChangeLog b/games-board/gtkboard/ChangeLog index dbe887dbfce6..a30c74cd1935 100644 --- a/games-board/gtkboard/ChangeLog +++ b/games-board/gtkboard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gtkboard # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/ChangeLog,v 1.15 2014/05/15 16:35:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/ChangeLog,v 1.16 2014/05/24 17:58:35 tupone Exp $ + + 24 May 2014; Tupone Alfredo <tupone@gentoo.org> gtkboard-0.11_pre0.ebuild: + Build fix. Bug #497192 by Nico Baggus 15 May 2014; Ulrich Müller <ulm@gentoo.org> gtkboard-0.11_pre0.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to diff --git a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild index cad9bf1fb6d8..2771b0186eff 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.20 2014/05/15 16:35:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.21 2014/05/24 17:58:35 tupone Exp $ EAPI=5 inherit eutils games @@ -24,10 +24,12 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -PATCHES=( - "${FILESDIR}"/${P}-gcc41.patch - "${FILESDIR}"/${P}-gcc45.patch -) +src_prepare() { + epatch "${FILESDIR}"/${P}-gcc41.patch \ + "${FILESDIR}"/${P}-gcc45.patch + sed -i -e "/^LIBS/s:@LIBS@:@LIBS@ -lgmodule-2.0 -lm:" \ + src/Makefile.in +} src_configure() { egamesconf \ |