diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-09-21 08:37:24 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-09-21 08:37:24 +0000 |
commit | 3c796fb9f4df9910ac1a467408310ab88e7ac15b (patch) | |
tree | e17e391ed9c956f608311024907478371b014af0 /games-arcade/sdb/sdb-1.0.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-3c796fb9f4df9910ac1a467408310ab88e7ac15b.tar.gz gentoo-2-3c796fb9f4df9910ac1a467408310ab88e7ac15b.tar.bz2 gentoo-2-3c796fb9f4df9910ac1a467408310ab88e7ac15b.zip |
Respect LDFLAGS. Bug #338165
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade/sdb/sdb-1.0.2.ebuild')
-rw-r--r-- | games-arcade/sdb/sdb-1.0.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-arcade/sdb/sdb-1.0.2.ebuild b/games-arcade/sdb/sdb-1.0.2.ebuild index c181b28cce02..21533ef7036d 100644 --- a/games-arcade/sdb/sdb-1.0.2.ebuild +++ b/games-arcade/sdb/sdb-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild,v 1.8 2009/04/02 19:23:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild,v 1.9 2010/09/21 08:37:24 tupone Exp $ EAPI=2 inherit eutils games @@ -28,7 +28,8 @@ src_prepare() { src/sdb.h src/game.cpp || die "setting game paths" epatch \ "${FILESDIR}"/${P}-endian.patch \ - "${FILESDIR}"/${P}-gcc43.patch + "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-ldflags.patch } src_compile() { |