diff options
author | 2008-03-02 05:27:08 +0000 | |
---|---|---|
committer | 2008-03-02 05:27:08 +0000 | |
commit | 92773f146c39153df135fc83d311292460f4226f (patch) | |
tree | 4b7727018fdbd6bc94f3cd460cfd0e7218eba7f0 /media-sound/ripperx/ripperx-2.7.2.ebuild | |
parent | Whoops, we're missing keywords on a couple dependencies. (diff) | |
download | gentoo-2-92773f146c39153df135fc83d311292460f4226f.tar.gz gentoo-2-92773f146c39153df135fc83d311292460f4226f.tar.bz2 gentoo-2-92773f146c39153df135fc83d311292460f4226f.zip |
Remove misplaced LDFLAGS from plugins/Makefile.in.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/ripperx/ripperx-2.7.2.ebuild')
-rw-r--r-- | media-sound/ripperx/ripperx-2.7.2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-sound/ripperx/ripperx-2.7.2.ebuild b/media-sound/ripperx/ripperx-2.7.2.ebuild index 283063a0b276..f33c6c640cf3 100644 --- a/media-sound/ripperx/ripperx-2.7.2.ebuild +++ b/media-sound/ripperx/ripperx-2.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ripperx/ripperx-2.7.2.ebuild,v 1.1 2008/03/01 15:13:07 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ripperx/ripperx-2.7.2.ebuild,v 1.2 2008/03/02 05:27:07 drac Exp $ inherit eutils @@ -26,6 +26,12 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-ldflags.patch +} + src_compile() { econf --disable-dependency-tracking $(use_enable nls) emake || die "emake failed." |