diff options
Diffstat (limited to 'app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild')
-rw-r--r-- | app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild b/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild index 5222e87eb129..62bbf1a5af02 100644 --- a/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild +++ b/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild,v 1.1 2005/07/21 21:10:49 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.3.0.ebuild,v 1.2 2006/12/20 02:56:03 pylon Exp $ inherit toolchain-funcs @@ -15,11 +15,6 @@ DEPEND="virtual/libc" S=${WORKDIR}/${PN} -src_compile() { - econf CFLAGS="${CFLAGS}" || die "configure failed" - emake || die "make failed" -} - src_install() { dodoc ChangeLog dobin src/${PN} || die "dobin failed" |