summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-05 20:16:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-05 20:16:20 +0000
commit03a74280cf1e261ecc0b0895f3c49c009c214588 (patch)
tree5adea9d1ff6b7000acc1c491dee80ba9246f0efe /games-strategy/glob2
parentamd64/x86 stable, security bug #210564 (diff)
downloadgentoo-2-03a74280cf1e261ecc0b0895f3c49c009c214588.tar.gz
gentoo-2-03a74280cf1e261ecc0b0895f3c49c009c214588.tar.bz2
gentoo-2-03a74280cf1e261ecc0b0895f3c49c009c214588.zip
add gcc 4.3 patch from drac (bug #220373)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r--games-strategy/glob2/glob2-0.9.3.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/games-strategy/glob2/glob2-0.9.3.ebuild b/games-strategy/glob2/glob2-0.9.3.ebuild
index 3bb23cc8c65f..5fe8a96b568b 100644
--- a/games-strategy/glob2/glob2-0.9.3.ebuild
+++ b/games-strategy/glob2/glob2-0.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.3 2008/05/01 18:49:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.4 2008/05/05 20:16:20 mr_bones_ Exp $
inherit eutils games
@@ -25,6 +25,12 @@ RDEPEND="virtual/opengl
DEPEND="${RDEPEND}
>=dev-util/scons-0.97"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-gcc43.patch"
+}
+
src_compile() {
scons \
CXXFLAGS="${CXXFLAGS}" \