From 590e8b00a931efb7ebf54d11a075534f39f7b072 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 18 Oct 2010 13:48:42 +0000 Subject: Respect LDFLAGS. Bug #332833 (Portage version: 2.1.9.14/cvs/Linux i686) --- games-board/scid/ChangeLog | 5 ++++- games-board/scid/scid-4.2.2.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'games-board/scid') 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 scid-4.2.2.ebuild: + Respect LDFLAGS. Bug #332833 by flameeyes@gentoo.org 23 May 2010; Pacho Ramos 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="" \ -- cgit v1.2.3-65-gdbad