diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-10-11 14:58:49 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-10-11 14:58:49 +0000 |
commit | 65b970d565fe374d6155b6e571e0c54ccc511ec6 (patch) | |
tree | 224cbfd5911167ee0b29db11bcaa46df7ea07770 /games-arcade/apricots/apricots-0.2.6-r1.ebuild | |
parent | Stable on amd64 wrt bug #331635 (diff) | |
download | gentoo-2-65b970d565fe374d6155b6e571e0c54ccc511ec6.tar.gz gentoo-2-65b970d565fe374d6155b6e571e0c54ccc511ec6.tar.bz2 gentoo-2-65b970d565fe374d6155b6e571e0c54ccc511ec6.zip |
Respect LDFLAGS. Bug #340139
(Portage version: 2.1.9.14/cvs/Linux i686)
Diffstat (limited to 'games-arcade/apricots/apricots-0.2.6-r1.ebuild')
-rw-r--r-- | games-arcade/apricots/apricots-0.2.6-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild index d4af6a0f1bb1..bff0b2efba24 100644 --- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild +++ b/games-arcade/apricots/apricots-0.2.6-r1.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/apricots/apricots-0.2.6-r1.ebuild,v 1.8 2009/05/06 01:50:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.9 2010/10/11 14:58:49 tupone Exp $ EAPI=2 inherit autotools eutils games @@ -14,12 +14,14 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/libsdl +RDEPEND="media-libs/libsdl media-libs/openal media-libs/freealut" +DEPEND="${RDEPEND}" src_prepare() { - epatch "${FILESDIR}"/${P}-freealut.patch + epatch "${FILESDIR}"/${P}-freealut.patch \ + "${FILESDIR}"/${P}-ldflags.patch cp admin/acinclude.m4.in acinclude.m4 |