diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-10-18 09:45:08 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-10-18 09:45:08 +0000 |
commit | c1809313db2c2a9acba54dd1eb0feb5040282949 (patch) | |
tree | 998694ac0f1e5a2ae517ae9ba2a2df8a13837cac /games-board | |
parent | Move one string to PN -> shorter. (diff) | |
download | gentoo-2-c1809313db2c2a9acba54dd1eb0feb5040282949.tar.gz gentoo-2-c1809313db2c2a9acba54dd1eb0feb5040282949.tar.bz2 gentoo-2-c1809313db2c2a9acba54dd1eb0feb5040282949.zip |
Respect LDFLAGS. Bug #334409
(Portage version: 2.1.9.14/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/chessdb/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/chessdb/chessdb-3.6.18.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-board/chessdb/ChangeLog b/games-board/chessdb/ChangeLog index 31218930ac6a..f08e69011500 100644 --- a/games-board/chessdb/ChangeLog +++ b/games-board/chessdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/chessdb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/chessdb/ChangeLog,v 1.6 2009/11/26 19:46:36 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/chessdb/ChangeLog,v 1.7 2010/10/18 09:45:08 tupone Exp $ + + 18 Oct 2010; Tupone Alfredo <tupone@gentoo.org> chessdb-3.6.18.ebuild: + Respect LDFLAGS. Bug #334409 by flameeyes@gentoo.org 26 Nov 2009; Markus Meier <maekke@gentoo.org> chessdb-3.6.18.ebuild: amd64/x86 stable, bug #294520 diff --git a/games-board/chessdb/chessdb-3.6.18.ebuild b/games-board/chessdb/chessdb-3.6.18.ebuild index 65e4ab83c8ae..c9ed8e2b78cd 100644 --- a/games-board/chessdb/chessdb-3.6.18.ebuild +++ b/games-board/chessdb/chessdb-3.6.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/chessdb/chessdb-3.6.18.ebuild,v 1.6 2009/11/26 19:46:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/chessdb/chessdb-3.6.18.ebuild,v 1.7 2010/10/18 09:45:08 tupone Exp $ EAPI=2 inherit toolchain-funcs eutils games @@ -36,7 +36,7 @@ src_configure() { BINDIR="${GAMES_BINDIR}" \ COMPILE="$(tc-getCXX)" \ CC="$(tc-getCC)" \ - LINK="$(tc-getCXX)" \ + LINK="$(tc-getCXX) ${LDFLAGS}" \ OPTIMIZE="${CXXFLAGS}" \ SHAREDIR="${GAMES_DATADIR}/${PN}" \ SOUNDSDIR="${GAMES_DATADIR}/${PN}/sounds" \ |