diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-10-16 19:03:20 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-10-16 19:03:20 +0000 |
commit | dcc94e9e4702e1332dc0853f8266bed867c70226 (patch) | |
tree | 62e5bc3eae77a7635217cda878bb26f8b846cfa7 /games-strategy/widelands | |
parent | Stable on amd64 wrt bug #341169 (diff) | |
download | gentoo-2-dcc94e9e4702e1332dc0853f8266bed867c70226.tar.gz gentoo-2-dcc94e9e4702e1332dc0853f8266bed867c70226.tar.bz2 gentoo-2-dcc94e9e4702e1332dc0853f8266bed867c70226.zip |
Respect LDFLAGS. Bug #334961
(Portage version: 2.1.9.14/cvs/Linux i686)
Diffstat (limited to 'games-strategy/widelands')
-rw-r--r-- | games-strategy/widelands/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/widelands/widelands-0.0.14.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
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 <tupone@gentoo.org> widelands-0.0.14.ebuild: + Respect LDFLAGS. Bug #334961 by flameeyes@gentoo.org 19 May 2010; Tupone Alfredo <tupone@gentoo.org> 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" } |