diff options
Diffstat (limited to 'x11-plugins/wmmp/wmmp-0.10.0.ebuild')
-rw-r--r-- | x11-plugins/wmmp/wmmp-0.10.0.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/x11-plugins/wmmp/wmmp-0.10.0.ebuild b/x11-plugins/wmmp/wmmp-0.10.0.ebuild index 8fe1bcb16a5f..465c2237eba7 100644 --- a/x11-plugins/wmmp/wmmp-0.10.0.ebuild +++ b/x11-plugins/wmmp/wmmp-0.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.10.0.ebuild,v 1.6 2004/09/15 19:42:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.10.0.ebuild,v 1.7 2005/10/07 15:43:45 flameeyes Exp $ IUSE="" @@ -18,17 +18,8 @@ KEYWORDS="x86 sparc alpha amd64" S=${WORKDIR}/${MY_P} -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "configure failed" - - emake || die "make failed" -} - src_install () { emake install DESTDIR=${D} || die - dodoc AUTHORS COPYING INSTALL README THANKS TODO + dodoc AUTHORS README THANKS TODO } |