summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-05-14 21:21:37 +0000
committerSteve Dibb <beandog@gentoo.org>2007-05-14 21:21:37 +0000
commit295398be43f9a3bb2245cc1f9a7aa9585a643be4 (patch)
tree054eb599dbb5447022688e9b2e153a11735d95e8 /media-sound
parentMask >=virtual/emacs-23 too. (diff)
downloadgentoo-2-295398be43f9a3bb2245cc1f9a7aa9585a643be4.tar.gz
gentoo-2-295398be43f9a3bb2245cc1f9a7aa9585a643be4.tar.bz2
gentoo-2-295398be43f9a3bb2245cc1f9a7aa9585a643be4.zip
Only patch Makefile if use esd, bug 178569
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/musepack-tools/ChangeLog6
-rw-r--r--media-sound/musepack-tools/musepack-tools-1.15v-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/musepack-tools/ChangeLog b/media-sound/musepack-tools/ChangeLog
index 4e1c64f8b471..bedecb7e82be 100644
--- a/media-sound/musepack-tools/ChangeLog
+++ b/media-sound/musepack-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/musepack-tools
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.32 2007/05/12 15:45:34 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.33 2007/05/14 21:21:37 beandog Exp $
+
+ 14 May 2007; Steve Dibb <beandog@gentoo.org>
+ musepack-tools-1.15v-r1.ebuild:
+ Only patch Makefile if use esd, bug 178569
*musepack-tools-1.15v-r1 (12 May 2007)
diff --git a/media-sound/musepack-tools/musepack-tools-1.15v-r1.ebuild b/media-sound/musepack-tools/musepack-tools-1.15v-r1.ebuild
index d4cb496cce50..84476b52fc44 100644
--- a/media-sound/musepack-tools/musepack-tools-1.15v-r1.ebuild
+++ b/media-sound/musepack-tools/musepack-tools-1.15v-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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-r1.ebuild,v 1.1 2007/05/12 15:45:34 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-1.15v-r1.ebuild,v 1.2 2007/05/14 21:21:37 beandog Exp $
IUSE="static 16bit esd"
@@ -31,7 +31,7 @@ src_unpack() {
epatch "${FILESDIR}/${P}-Makefile.patch"
epatch "${FILESDIR}/${P}-gcc4.patch"
- epatch "${FILESDIR}/${P}-Makefile-esd.patch"
+ use esd && epatch "${FILESDIR}/${P}-Makefile-esd.patch"
sed -i 's/#define USE_IRIX_AUDIO/#undef USE_IRIX_AUDIO/' mpp.h