summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 17:35:52 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 17:35:52 +0000
commit29ad92c6ef6d995d4f9e8102504060ce7fe81b18 (patch)
tree48c447ec247c93fbf0c53332078290f8d7610639 /games-action/glaxium
parentStable on sparc (diff)
downloadgentoo-2-29ad92c6ef6d995d4f9e8102504060ce7fe81b18.tar.gz
gentoo-2-29ad92c6ef6d995d4f9e8102504060ce7fe81b18.tar.bz2
gentoo-2-29ad92c6ef6d995d4f9e8102504060ce7fe81b18.zip
Cleanup for bug #92745.
Diffstat (limited to 'games-action/glaxium')
-rw-r--r--games-action/glaxium/ChangeLog7
-rw-r--r--games-action/glaxium/glaxium-0.5.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/games-action/glaxium/ChangeLog b/games-action/glaxium/ChangeLog
index dd91652abccb..e4c26bbb7676 100644
--- a/games-action/glaxium/ChangeLog
+++ b/games-action/glaxium/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/glaxium
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/ChangeLog,v 1.9 2004/09/03 10:02:41 mr_bones_ Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/ChangeLog,v 1.10 2005/05/17 17:33:54 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> glaxium-0.5.ebuild:
+ Cleanup for bug #92745.
03 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +files/0.5-rc.patch,
glaxium-0.5.ebuild:
diff --git a/games-action/glaxium/glaxium-0.5.ebuild b/games-action/glaxium/glaxium-0.5.ebuild
index 7c55c09888b9..cbc51b5672ac 100644
--- a/games-action/glaxium/glaxium-0.5.ebuild
+++ b/games-action/glaxium/glaxium-0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.11 2004/09/03 10:02:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/glaxium/glaxium-0.5.ebuild,v 1.12 2005/05/17 17:33:54 wolf31o2 Exp $
-inherit eutils flag-o-matic gcc games
+inherit eutils flag-o-matic toolchain-funcs games
DESCRIPTION="OpenGL-based space-ship shoot-em-up style game"
HOMEPAGE="http://xhosxe.free.fr/glaxium/"
@@ -26,7 +26,7 @@ S="${WORKDIR}/${PN}_${PV}"
src_unpack() {
unpack ${A}
cd ${S}
- $(gcc-getCXX) ${FILESDIR}/glx-test.c >& /dev/null
+ $(tc-getCXX) ${FILESDIR}/glx-test.c >& /dev/null
if [ $? -ne 0 ] ; then
epatch "${FILESDIR}/${PV}-glx.patch"
append-flags -DGL_GLEXT_LEGACY