summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-11-11 02:38:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-11-11 02:38:04 +0000
commit214963c16e703a3fcbd1cc2de218dc7af276b5ff (patch)
treed5e3e901dce36bb8635316a4df527e09ab95880e /games-misc/xcruiser
parentFix bug #419429 (build failure with Python 3 selected), thanks to Julian for ... (diff)
downloadgentoo-2-214963c16e703a3fcbd1cc2de218dc7af276b5ff.tar.gz
gentoo-2-214963c16e703a3fcbd1cc2de218dc7af276b5ff.tar.bz2
gentoo-2-214963c16e703a3fcbd1cc2de218dc7af276b5ff.zip
respect more flags with patch from hasufell (bug #442396)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc/xcruiser')
-rw-r--r--games-misc/xcruiser/ChangeLog8
-rw-r--r--games-misc/xcruiser/xcruiser-0.30.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/games-misc/xcruiser/ChangeLog b/games-misc/xcruiser/ChangeLog
index 65f89415f924..0681c076cb46 100644
--- a/games-misc/xcruiser/ChangeLog
+++ b/games-misc/xcruiser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/xcruiser
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/ChangeLog,v 1.6 2010/10/12 10:49:35 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/ChangeLog,v 1.7 2012/11/11 02:38:04 mr_bones_ Exp $
+
+ 11 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> xcruiser-0.30.ebuild:
+ respect more flags with patch from hasufell (bug #442396)
12 Oct 2010; Tupone Alfredo <tupone@gentoo.org> xcruiser-0.30.ebuild:
Respect LDFLAGS. Bug #335713 by flameeyes@gentoo.org
@@ -23,4 +26,3 @@
06 May 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+xcruiser-0.30.ebuild:
xcruise was renamed to xcruiser; version bumped (bug #53824)
-
diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30.ebuild
index 918365da423f..efbb86a6ea52 100644
--- a/games-misc/xcruiser/xcruiser-0.30.ebuild
+++ b/games-misc/xcruiser/xcruiser-0.30.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/xcruiser-0.30.ebuild,v 1.6 2010/10/12 10:49:35 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/xcruiser-0.30.ebuild,v 1.7 2012/11/11 02:38:04 mr_bones_ Exp $
+
+inherit toolchain-funcs
DESCRIPTION="Fly about 3D-formed file system"
HOMEPAGE="http://xcruiser.sourceforge.net/"
@@ -21,7 +23,7 @@ DEPEND="${RDEPEND}
src_compile() {
xmkmf -a
- emake LOCAL_LDFLAGS="${LDFLAGS}" || die "emake failed"
+ emake CC=$(tc-getCC) CDEBUGFLAGS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {