summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-09-12 15:19:20 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-09-12 15:19:20 +0000
commita5fbba42cec43015c881fc180b826a6f853375cd (patch)
tree9cd328f4a10315027234095ae92385de0e32c373 /games-strategy/glob2
parentUpdate patch to fix whitespace handling in xpath regexps, bug #188114. (diff)
downloadgentoo-2-a5fbba42cec43015c881fc180b826a6f853375cd.tar.gz
gentoo-2-a5fbba42cec43015c881fc180b826a6f853375cd.tar.bz2
gentoo-2-a5fbba42cec43015c881fc180b826a6f853375cd.zip
scons blah
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r--games-strategy/glob2/glob2-0.9.1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/games-strategy/glob2/glob2-0.9.1.ebuild b/games-strategy/glob2/glob2-0.9.1.ebuild
index 58e622951157..1330c139ffce 100644
--- a/games-strategy/glob2/glob2-0.9.1.ebuild
+++ b/games-strategy/glob2/glob2-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.2 2007/09/12 11:12:58 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.1.ebuild,v 1.3 2007/09/12 15:19:20 nyhm Exp $
inherit eutils games
@@ -25,6 +25,12 @@ RDEPEND="virtual/opengl
DEPEND="${RDEPEND}
>=dev-util/scons-0.97"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i '1i SConsignFile()' SConstruct || die "sed failed"
+}
+
src_compile() {
scons \
CXXFLAGS="${CXXFLAGS}" \