summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mpc/mpc-0.11.1.ebuild')
-rw-r--r--media-sound/mpc/mpc-0.11.1.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/media-sound/mpc/mpc-0.11.1.ebuild b/media-sound/mpc/mpc-0.11.1.ebuild
index 4ee26b493b9b..7d7a950e2c87 100644
--- a/media-sound/mpc/mpc-0.11.1.ebuild
+++ b/media-sound/mpc/mpc-0.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.6 2005/02/11 13:20:19 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.7 2005/10/07 16:11:51 axxo Exp $
inherit bash-completion
@@ -15,15 +15,6 @@ LICENSE="GPL-2"
DEPEND="virtual/libc"
-src_compile() {
- local myconf
- myconf="--with-gnu-ld"
-
- econf ${myconf} || die "could not configure"
-
- emake || die "emake failed"
-}
-
src_install() {
emake install DESTDIR="${D}" || die
mv ${D}/usr/share/doc/mpc/ ${D}/usr/share/doc/${PF}