diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-01-08 20:58:52 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-01-08 20:58:52 +0000 |
commit | c8a3c454d68ec9f3dfe2e94618b785dcedf6abd2 (patch) | |
tree | 788c3da8f727e8b4e3ef2c7f6f60d49611ec2c2a /games-arcade/xboing/xboing-2.4-r1.ebuild | |
parent | Add new microcode, bug #351058 (diff) | |
download | gentoo-2-c8a3c454d68ec9f3dfe2e94618b785dcedf6abd2.tar.gz gentoo-2-c8a3c454d68ec9f3dfe2e94618b785dcedf6abd2.tar.bz2 gentoo-2-c8a3c454d68ec9f3dfe2e94618b785dcedf6abd2.zip |
Again respect LDFLAGS. Bug #351038
(Portage version: 2.1.9.29/cvs/Linux i686)
Diffstat (limited to 'games-arcade/xboing/xboing-2.4-r1.ebuild')
-rw-r--r-- | games-arcade/xboing/xboing-2.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/xboing/xboing-2.4-r1.ebuild b/games-arcade/xboing/xboing-2.4-r1.ebuild index 9ce77852ec65..db7afa0ced70 100644 --- a/games-arcade/xboing/xboing-2.4-r1.ebuild +++ b/games-arcade/xboing/xboing-2.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xboing/xboing-2.4-r1.ebuild,v 1.12 2010/10/16 19:17:06 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xboing/xboing-2.4-r1.ebuild,v 1.13 2011/01/08 20:58:52 tupone Exp $ EAPI=2 inherit eutils games @@ -47,6 +47,7 @@ src_compile() { src_install() { make \ PREFIX=${D} \ + LOCAL_LDFLAGS="${LDFLAGS}" \ XBOING_DIR=${GAMES_DATADIR}/${PN} \ install \ || die |