diff options
author | 2011-04-20 07:32:12 +0000 | |
---|---|---|
committer | 2011-04-20 07:32:12 +0000 | |
commit | c2962c344fe674c90bdf5ea524a22fe4ee5180f3 (patch) | |
tree | bcc0033d663cc51e6e6da7e0d9a857d52618e73c /games-action/btanks/btanks-0.9.8083.ebuild | |
parent | Respecting LDFLAGS, linking correctly, #247931 & #343339; More config options... (diff) | |
download | gentoo-2-c2962c344fe674c90bdf5ea524a22fe4ee5180f3.tar.gz gentoo-2-c2962c344fe674c90bdf5ea524a22fe4ee5180f3.tar.bz2 gentoo-2-c2962c344fe674c90bdf5ea524a22fe4ee5180f3.zip |
Build with gcc-4.6 Bug #362829
(Portage version: 2.1.9.46/cvs/Linux i686)
Diffstat (limited to 'games-action/btanks/btanks-0.9.8083.ebuild')
-rw-r--r-- | games-action/btanks/btanks-0.9.8083.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-action/btanks/btanks-0.9.8083.ebuild b/games-action/btanks/btanks-0.9.8083.ebuild index d87b56d6c1cd..bdc84f4d6957 100644 --- a/games-action/btanks/btanks-0.9.8083.ebuild +++ b/games-action/btanks/btanks-0.9.8083.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.3 2010/10/14 03:52:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.4 2011/04/20 07:32:12 tupone Exp $ EAPI=2 inherit eutils scons-utils games @@ -27,7 +27,8 @@ DEPEND="${RDEPEND} src_prepare() { rm -rf sdlx/gfx - epatch "${FILESDIR}"/${P}-scons-blows.patch + epatch "${FILESDIR}"/${P}-scons-blows.patch \ + "${FILESDIR}"/${P}-gcc46.patch } src_compile() { |