diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-08 14:09:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-08 14:09:29 +0000 |
commit | 85e1844e9e1804bec1fb748a16a1d60675011718 (patch) | |
tree | e14e7baf7e7fe13384f1b0a67aa736a1ff1d4d27 /net-misc/shout | |
parent | new tracker (Manifest recommit) (diff) | |
download | gentoo-2-85e1844e9e1804bec1fb748a16a1d60675011718.tar.gz gentoo-2-85e1844e9e1804bec1fb748a16a1d60675011718.tar.bz2 gentoo-2-85e1844e9e1804bec1fb748a16a1d60675011718.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')
-rw-r--r-- | net-misc/shout/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/shout/ChangeLog b/net-misc/shout/ChangeLog index e072493cab8a..aeaf6628d09d 100644 --- a/net-misc/shout/ChangeLog +++ b/net-misc/shout/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/shout # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.8 2004/07/01 21:51:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.9 2004/08/08 14:09:29 kloeri Exp $ + + 08 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> shout-0.8.0-r1.ebuild, + shout-0.8.0.ebuild: + Fix compilation failure caused by upstream packaging a .o file.. Bugfix by + Olaf Freyer <aaron@cs.tu-berlin.de> 01 Jul 2004; Jon Hood <squinky86@gentoo.org> shout-0.8.0-r1.ebuild, shout-0.8.0.ebuild: 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 } diff --git a/net-misc/shout/shout-0.8.0.ebuild b/net-misc/shout/shout-0.8.0.ebuild index d3638d42c66b..3120cfe375c4 100644 --- a/net-misc/shout/shout-0.8.0.ebuild +++ b/net-misc/shout/shout-0.8.0.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.ebuild,v 1.13 2004/07/15 03:35:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0.ebuild,v 1.14 2004/08/08 14:09:29 kloeri Exp $ IUSE="" DESCRIPTION="Shout is a program for creating a mp3 stream for use with icecast or shoutcast" @@ -13,6 +13,7 @@ SLOT="0" DEPEND="virtual/libc" src_compile() { + rm -f sock.o ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ |