diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-10-12 10:49:35 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-10-12 10:49:35 +0000 |
commit | cc670b782eaf4cafbd7d6d86dca7d4c830ce52cd (patch) | |
tree | abdb1cf058c3d8036c3c3198a8bb14ce7dac931b /games-misc | |
parent | remove zsh-completion USE flag description as it is the same as the global on... (diff) | |
download | gentoo-2-cc670b782eaf4cafbd7d6d86dca7d4c830ce52cd.tar.gz gentoo-2-cc670b782eaf4cafbd7d6d86dca7d4c830ce52cd.tar.bz2 gentoo-2-cc670b782eaf4cafbd7d6d86dca7d4c830ce52cd.zip |
Respect LDFLAGS. Bug #335713
(Portage version: 2.1.9.14/cvs/Linux i686)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/xcruiser/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/xcruiser/xcruiser-0.30.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-misc/xcruiser/ChangeLog b/games-misc/xcruiser/ChangeLog index b7a9a1f51308..65f89415f924 100644 --- a/games-misc/xcruiser/ChangeLog +++ b/games-misc/xcruiser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/xcruiser -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/ChangeLog,v 1.5 2007/06/10 14:29:44 nyhm Exp $ +# 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 $ + + 12 Oct 2010; Tupone Alfredo <tupone@gentoo.org> xcruiser-0.30.ebuild: + Respect LDFLAGS. Bug #335713 by flameeyes@gentoo.org 10 Jun 2007; Tristan Heaven <nyhm@gentoo.org> xcruiser-0.30.ebuild: RESTRICT="test" diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30.ebuild index d7fdb2623760..918365da423f 100644 --- a/games-misc/xcruiser/xcruiser-0.30.ebuild +++ b/games-misc/xcruiser/xcruiser-0.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 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.5 2007/06/10 14:29:44 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/xcruiser-0.30.ebuild,v 1.6 2010/10/12 10:49:35 tupone Exp $ DESCRIPTION="Fly about 3D-formed file system" HOMEPAGE="http://xcruiser.sourceforge.net/" @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_compile() { xmkmf -a - emake || die "emake failed" + emake LOCAL_LDFLAGS="${LDFLAGS}" || die "emake failed" } src_install() { |