diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-09-18 15:01:37 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-09-18 15:01:37 +0000 |
commit | 688e3dd53eae41510b2a23d4b3fe69f193f66a99 (patch) | |
tree | ac06850cce1e2490ed65e2e0f78e7ce43b9e18d1 /app-emulation/xtrs/xtrs-4.9d.ebuild | |
parent | Respecting LDFLAGS, 337900 (diff) | |
download | gentoo-2-688e3dd53eae41510b2a23d4b3fe69f193f66a99.tar.gz gentoo-2-688e3dd53eae41510b2a23d4b3fe69f193f66a99.tar.bz2 gentoo-2-688e3dd53eae41510b2a23d4b3fe69f193f66a99.zip |
Respect LDFLAGS, bug 337941. Remove old.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xtrs/xtrs-4.9d.ebuild')
-rw-r--r-- | app-emulation/xtrs/xtrs-4.9d.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xtrs/xtrs-4.9d.ebuild b/app-emulation/xtrs/xtrs-4.9d.ebuild index 2aed3f93ecc0..a62a1516789c 100644 --- a/app-emulation/xtrs/xtrs-4.9d.ebuild +++ b/app-emulation/xtrs/xtrs-4.9d.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/app-emulation/xtrs/xtrs-4.9d.ebuild,v 1.5 2010/01/13 01:01:12 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/xtrs-4.9d.ebuild,v 1.6 2010/09/18 15:01:37 ulm Exp $ inherit flag-o-matic toolchain-funcs @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}" src_compile() { use ppc && append-flags -Dbig_endian - emake CC="$(tc-getCC)" DEBUG="${CFLAGS}" \ + emake CC="$(tc-getCC)" DEBUG="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ DISKDIR="-DDISKDIR='\"/usr/share/xtrs\"'" \ DEFAULT_ROM="-DDEFAULT_ROM='\"/usr/share/xtrs/romimage\"' \ -DDEFAULT_ROM3='\"/usr/share/xtrs/romimage.m3\"' \ |