diff options
Diffstat (limited to 'net-misc/icecast/icecast-2.2.0.ebuild')
-rw-r--r-- | net-misc/icecast/icecast-2.2.0.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-misc/icecast/icecast-2.2.0.ebuild b/net-misc/icecast/icecast-2.2.0.ebuild index 92615f21795a..2c52ec8da39d 100644 --- a/net-misc/icecast/icecast-2.2.0.ebuild +++ b/net-misc/icecast/icecast-2.2.0.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/net-misc/icecast/icecast-2.2.0.ebuild,v 1.1 2005/01/22 21:21:31 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.2.0.ebuild,v 1.2 2005/01/23 15:08:36 luckyduck Exp $ IUSE="doc yp" @@ -19,6 +19,13 @@ DEPEND="dev-libs/libxslt media-libs/libvorbis yp? ( net-misc/curl )" +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${PV}-gentoo.patch || die "Patch failed!" +} + src_compile() { econf \ |