diff options
author | 2002-07-22 14:56:59 +0000 | |
---|---|---|
committer | 2002-07-22 14:56:59 +0000 | |
commit | 382bdf9a1984f71fc3a57940cb395b4ac5d5e735 (patch) | |
tree | b59f7722fe1bc6d725c38cfdfe09812f0de5ce9c /media-libs/libcdaudio | |
parent | repoman'd (diff) | |
download | gentoo-2-382bdf9a1984f71fc3a57940cb395b4ac5d5e735.tar.gz gentoo-2-382bdf9a1984f71fc3a57940cb395b4ac5d5e735.tar.bz2 gentoo-2-382bdf9a1984f71fc3a57940cb395b4ac5d5e735.zip |
repoman'd
Diffstat (limited to 'media-libs/libcdaudio')
-rw-r--r-- | media-libs/libcdaudio/libcdaudio-0.99.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.6.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.6.ebuild index ad8717ad3f9a..cb9b6dd8bad5 100644 --- a/media-libs/libcdaudio/libcdaudio-0.99.6.ebuild +++ b/media-libs/libcdaudio/libcdaudio-0.99.6.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.6.ebuild,v 1.4 2002/07/16 11:36:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.6.ebuild,v 1.5 2002/07/22 14:56:59 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="a library of cd audio related routines" SRC_URI="http://download.sourceforge.net/libcdaudio/${P}.tar.gz" HOMEPAGE="http://libcdaudio.sourceforge.net/" -DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL" KEYWORDS="x86 ppc" +DEPEND="virtual/glibc" + src_compile() { - #export CFLAGS="`echo $CFLAGS | sed -e 's:-march=[a-z0-9]*::'`" - ./configure --prefix=/usr --host=${CHOST} --enable-threads || die + econf --enable-threads || die emake || die } |