diff options
Diffstat (limited to 'games-strategy/glob2/glob2-0.9.4.1.ebuild')
-rw-r--r-- | games-strategy/glob2/glob2-0.9.4.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-strategy/glob2/glob2-0.9.4.1.ebuild b/games-strategy/glob2/glob2-0.9.4.1.ebuild index 255be1afede6..02fbdbd7ba80 100644 --- a/games-strategy/glob2/glob2-0.9.4.1.ebuild +++ b/games-strategy/glob2/glob2-0.9.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild,v 1.4 2009/06/09 08:48:02 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild,v 1.5 2009/07/13 10:46:02 tupone Exp $ EAPI=2 inherit eutils games @@ -27,6 +27,8 @@ RDEPEND="virtual/opengl DEPEND="${RDEPEND} >=dev-util/scons-1" +PATCHES=( "${FILESDIR}"/${P}-gcc44.patch ) + src_compile() { local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\+\).*/\1/; p }") |