diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-10-18 14:17:48 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-10-18 14:17:48 +0000 |
commit | f65243fecd040772a4442cdcc4a452d97267fdb9 (patch) | |
tree | 5d0eb56910d019bf8d2141e07cc977a2dafaf973 /games-strategy/xbattle | |
parent | Version bump. (diff) | |
download | gentoo-2-f65243fecd040772a4442cdcc4a452d97267fdb9.tar.gz gentoo-2-f65243fecd040772a4442cdcc4a452d97267fdb9.tar.bz2 gentoo-2-f65243fecd040772a4442cdcc4a452d97267fdb9.zip |
Respect LDFLAGS. Bug #331949
(Portage version: 2.1.9.14/cvs/Linux i686)
Diffstat (limited to 'games-strategy/xbattle')
-rw-r--r-- | games-strategy/xbattle/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/xbattle/xbattle-5.4.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/xbattle/ChangeLog b/games-strategy/xbattle/ChangeLog index 4a1d70b2b511..65e6dd91c728 100644 --- a/games-strategy/xbattle/ChangeLog +++ b/games-strategy/xbattle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xbattle -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.9 2007/03/12 18:17:53 genone Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.10 2010/10/18 14:17:48 tupone Exp $ + + 18 Oct 2010; Tupone Alfredo <tupone@gentoo.org> xbattle-5.4.1.ebuild: + Respect LDFLAGS. Bug #331949 by flameeyes@gentoo.org 12 Mar 2007; Marius Mauch <genone@gentoo.org> xbattle-5.4.1.ebuild: Replacing einfo with elog diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild index 8ecfc5982b62..705b604d95f4 100644 --- a/games-strategy/xbattle/xbattle-5.4.1.ebuild +++ b/games-strategy/xbattle/xbattle-5.4.1.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-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.12 2009/03/10 19:07:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.13 2010/10/18 14:17:48 tupone Exp $ EAPI=2 inherit games @@ -33,7 +33,8 @@ src_configure() { } src_compile() { - emake CDEBUGFLAGS="${CFLAGS}" || die "emake failed" + emake CDEBUGFLAGS="${CFLAGS}" \ + LOCAL_LDFLAGS="${LDFLAGS}" || die "emake failed" } src_install() { |