From dcc94e9e4702e1332dc0853f8266bed867c70226 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 16 Oct 2010 19:03:20 +0000 Subject: Respect LDFLAGS. Bug #334961 (Portage version: 2.1.9.14/cvs/Linux i686) --- games-strategy/widelands/ChangeLog | 5 ++++- games-strategy/widelands/widelands-0.0.14.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'games-strategy/widelands') diff --git a/games-strategy/widelands/ChangeLog b/games-strategy/widelands/ChangeLog index 1ea54b72b064..e1c76de5eafb 100644 --- a/games-strategy/widelands/ChangeLog +++ b/games-strategy/widelands/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/widelands # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.24 2010/05/19 06:45:51 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/ChangeLog,v 1.25 2010/10/16 19:03:20 tupone Exp $ + + 16 Oct 2010; Tupone Alfredo widelands-0.0.14.ebuild: + Respect LDFLAGS. Bug #334961 by flameeyes@gentoo.org 19 May 2010; Tupone Alfredo widelands-0.0.14.ebuild, +files/widelands-0.0.14-gcc45.patch: diff --git a/games-strategy/widelands/widelands-0.0.14.ebuild b/games-strategy/widelands/widelands-0.0.14.ebuild index a894953d6208..2dee4033f7eb 100644 --- a/games-strategy/widelands/widelands-0.0.14.ebuild +++ b/games-strategy/widelands/widelands-0.0.14.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-strategy/widelands/widelands-0.0.14.ebuild,v 1.8 2010/05/19 06:45:51 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/widelands/widelands-0.0.14.ebuild,v 1.9 2010/10/16 19:03:20 tupone Exp $ EAPI=2 inherit toolchain-funcs eutils versionator games @@ -51,6 +51,7 @@ src_compile() { localedir="${GAMES_DATADIR}/${PN}/locale" \ extra_compile_flags="${CXXFLAGS}" \ pretty_compile_output=no \ + extra_link_flags="${LDFLAGS}" \ || die "scons failed" } -- cgit v1.2.3-65-gdbad