diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-10-18 21:46:37 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-10-18 21:46:37 +0000 |
commit | f9315a7d571a336e050a30671891b8decda8a287 (patch) | |
tree | 924ec002a63a00e0c0ab412809c32417103f47f5 /media-sound/musepack-tools/musepack-tools-1.15v.ebuild | |
parent | removed old ebuilds (diff) | |
download | gentoo-2-f9315a7d571a336e050a30671891b8decda8a287.tar.gz gentoo-2-f9315a7d571a336e050a30671891b8decda8a287.tar.bz2 gentoo-2-f9315a7d571a336e050a30671891b8decda8a287.zip |
Do not attempt to redirect output to /dev/tty, this makes no sense. Closes bug #109699.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-sound/musepack-tools/musepack-tools-1.15v.ebuild')
-rw-r--r-- | media-sound/musepack-tools/musepack-tools-1.15v.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/musepack-tools/musepack-tools-1.15v.ebuild b/media-sound/musepack-tools/musepack-tools-1.15v.ebuild index 8b170f1f8061..d4a4ed3d8a8b 100644 --- a/media-sound/musepack-tools/musepack-tools-1.15v.ebuild +++ b/media-sound/musepack-tools/musepack-tools-1.15v.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/media-sound/musepack-tools/musepack-tools-1.15v.ebuild,v 1.5 2005/10/04 09:50:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-1.15v.ebuild,v 1.6 2005/10/18 21:46:37 chainsaw Exp $ IUSE="static 16bit esd" @@ -44,6 +44,9 @@ src_unpack() { fi use 16bit && sed -i 's|//#define MAKE_16BIT|#define MAKE_16BIT|' mpp.h + + # Bug #109699; console redirection to /dev/tty makes no sense + sed -i -e 's/$(LDADD) &> $(LOGFILE)/$(LDADD)/' Makefile } src_compile() { |