diff options
Diffstat (limited to 'games-server/cyphesis/cyphesis-0.5.22.ebuild')
-rw-r--r-- | games-server/cyphesis/cyphesis-0.5.22.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-server/cyphesis/cyphesis-0.5.22.ebuild b/games-server/cyphesis/cyphesis-0.5.22.ebuild index e43038e3a699..d49228ce3d76 100644 --- a/games-server/cyphesis/cyphesis-0.5.22.ebuild +++ b/games-server/cyphesis/cyphesis-0.5.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.22.ebuild,v 1.1 2009/12/16 06:00:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.22.ebuild,v 1.2 2010/05/19 14:40:56 tupone Exp $ EAPI=2 inherit autotools eutils games @@ -29,7 +29,8 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch + epatch "${FILESDIR}"/${P}-gentoo.patch \ + "${FILESDIR}"/${P}-gcc45.patch eautoreconf } |