diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-05-19 06:45:51 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-05-19 06:45:51 +0000 |
commit | 0874643328c2b00535c09325584c13af7719eb5f (patch) | |
tree | d47a1b47b157759c735209e166f565befba61543 /games-strategy/widelands/widelands-0.0.14.ebuild | |
parent | version bump (diff) | |
download | historical-0874643328c2b00535c09325584c13af7719eb5f.tar.gz historical-0874643328c2b00535c09325584c13af7719eb5f.tar.bz2 historical-0874643328c2b00535c09325584c13af7719eb5f.zip |
Fix build with gcc-4.5 Bug #320207
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-strategy/widelands/widelands-0.0.14.ebuild')
-rw-r--r-- | games-strategy/widelands/widelands-0.0.14.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/widelands/widelands-0.0.14.ebuild b/games-strategy/widelands/widelands-0.0.14.ebuild index b1333b972642..a894953d6208 100644 --- a/games-strategy/widelands/widelands-0.0.14.ebuild +++ b/games-strategy/widelands/widelands-0.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.0.14.ebuild,v 1.7 2010/01/23 15:39:30 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.0.14.ebuild,v 1.8 2010/05/19 06:45:51 tupone Exp $ EAPI=2 inherit toolchain-funcs eutils versionator games @@ -32,7 +32,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN} src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch + epatch "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-gcc45.patch sed -i \ -e 's:__ppc__:__PPC__:' src/s2map.cc \ |