summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-02-28 22:50:28 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-02-28 22:50:28 +0000
commit83c13e124bb659ca2c3907fbd76729350c58d9f9 (patch)
tree1c4bda0e65a36ab6918ef4293d8b235a1aee7252 /games-arcade/ssc/ssc-0.8.ebuild
parentAdd patch to fix systray icons appearing in the top-left corner of the screen... (diff)
downloadhistorical-83c13e124bb659ca2c3907fbd76729350c58d9f9.tar.gz
historical-83c13e124bb659ca2c3907fbd76729350c58d9f9.tar.bz2
historical-83c13e124bb659ca2c3907fbd76729350c58d9f9.zip
Fixing gcc-3.4 compiling as from bug 119510
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'games-arcade/ssc/ssc-0.8.ebuild')
-rw-r--r--games-arcade/ssc/ssc-0.8.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-arcade/ssc/ssc-0.8.ebuild b/games-arcade/ssc/ssc-0.8.ebuild
index 2d6f4536781c..2359e0c4225d 100644
--- a/games-arcade/ssc/ssc-0.8.ebuild
+++ b/games-arcade/ssc/ssc-0.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ssc/ssc-0.8.ebuild,v 1.7 2005/08/09 23:07:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ssc/ssc-0.8.ebuild,v 1.8 2006/02/28 22:50:28 tupone Exp $
-inherit games
+inherit eutils games
DESCRIPTION="2D Geometric Space Combat"
HOMEPAGE="http://sscx.sourceforge.net/"
@@ -27,6 +27,7 @@ src_unpack() {
-e "s:/usr/local/share/:${GAMES_DATADIR}/:" \
src/{asteroid.cc,audio.cc,config.cc,menu.cc} \
|| die "sed failed"
+ epatch "${FILESDIR}/${P}-gcc34.patch"
}
src_install () {