summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-08-08 14:09:29 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-08-08 14:09:29 +0000
commit862a0c8c76bc08242220df6f7899df55fbaae592 (patch)
tree8d78c5c41645154806557932cfe66b0c29a11b62 /net-misc/shout/shout-0.8.0-r1.ebuild
parentnew tracker (diff)
downloadhistorical-862a0c8c76bc08242220df6f7899df55fbaae592.tar.gz
historical-862a0c8c76bc08242220df6f7899df55fbaae592.tar.bz2
historical-862a0c8c76bc08242220df6f7899df55fbaae592.zip
Fix compilation failure caused by upstream packaging a .o file.. Bugfix by Olaf Freyer <aaron@cs.tu-berlin.de>
Diffstat (limited to 'net-misc/shout/shout-0.8.0-r1.ebuild')
-rw-r--r--net-misc/shout/shout-0.8.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/shout/shout-0.8.0-r1.ebuild b/net-misc/shout/shout-0.8.0-r1.ebuild
index 47f2c0d61b81..2407ad9d8785 100644
--- a/net-misc/shout/shout-0.8.0-r1.ebuild
+++ b/net-misc/shout/shout-0.8.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r1.ebuild,v 1.12 2004/07/15 03:35:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r1.ebuild,v 1.13 2004/08/08 14:09:29 kloeri Exp $
IUSE=""
DESCRIPTION="Shout is a program for creating mp3 stream for use with icecast or shoutcast"
@@ -17,6 +17,7 @@ src_unpack() {
unpack ${A}
cd ${S}
patch -p1 < ${FILESDIR}/variables.diff
+ rm -f sock.o
}