diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/scid/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/scid/scid-4.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/scid/ChangeLog b/games-board/scid/ChangeLog index 3fc236df5360..6462e12173ba 100644 --- a/games-board/scid/ChangeLog +++ b/games-board/scid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/scid # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.30 2010/05/23 17:50:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/ChangeLog,v 1.31 2010/10/18 13:48:42 tupone Exp $ + + 18 Oct 2010; Tupone Alfredo <tupone@gentoo.org> scid-4.2.2.ebuild: + Respect LDFLAGS. Bug #332833 by flameeyes@gentoo.org 23 May 2010; Pacho Ramos <pacho@gentoo.org> scid-4.2.2.ebuild: stable amd64, bug 306683 diff --git a/games-board/scid/scid-4.2.2.ebuild b/games-board/scid/scid-4.2.2.ebuild index 95abbc02140b..c54617b668ea 100644 --- a/games-board/scid/scid-4.2.2.ebuild +++ b/games-board/scid/scid-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-4.2.2.ebuild,v 1.7 2010/05/23 17:50:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-4.2.2.ebuild,v 1.8 2010/10/18 13:48:42 tupone Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -49,7 +49,7 @@ src_configure() { # configure is not an autotools script ./configure \ COMPILE=$(tc-getCXX) \ - LINK=$(tc-getCXX) \ + LINK="$(tc-getCXX) ${LDFLAGS}" \ CC=$(tc-getCC) \ OPTIMIZE="${CXXFLAGS}" \ TCL_INCLUDE="" \ |