From 214963c16e703a3fcbd1cc2de218dc7af276b5ff Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 11 Nov 2012 02:38:04 +0000 Subject: respect more flags with patch from hasufell (bug #442396) (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) --- games-misc/xcruiser/ChangeLog | 8 +++++--- games-misc/xcruiser/xcruiser-0.30.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'games-misc/xcruiser') 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 xcruiser-0.30.ebuild: + respect more flags with patch from hasufell (bug #442396) 12 Oct 2010; Tupone Alfredo xcruiser-0.30.ebuild: Respect LDFLAGS. Bug #335713 by flameeyes@gentoo.org @@ -23,4 +26,3 @@ 06 May 2005; Michael Sterrett +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() { -- cgit v1.2.3-65-gdbad