diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-02-11 21:57:08 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-02-11 21:57:08 +0000 |
commit | e7594a887d9fde1c59609e403c8ec45b0cad139c (patch) | |
tree | fa3d4aebe98b6f3a1fc9a8fda9c97ae15b5fe3e2 /media-sound/musepack-tools/musepack-tools-1.15t.ebuild | |
parent | Fixed security problem. (#81350) (diff) | |
download | historical-e7594a887d9fde1c59609e403c8ec45b0cad139c.tar.gz historical-e7594a887d9fde1c59609e403c8ec45b0cad139c.tar.bz2 historical-e7594a887d9fde1c59609e403c8ec45b0cad139c.zip |
GCC 4 compat fix, closes bug #81443.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'media-sound/musepack-tools/musepack-tools-1.15t.ebuild')
-rw-r--r-- | media-sound/musepack-tools/musepack-tools-1.15t.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/musepack-tools/musepack-tools-1.15t.ebuild b/media-sound/musepack-tools/musepack-tools-1.15t.ebuild index 80bf82c0ed39..0bec4ad9177e 100644 --- a/media-sound/musepack-tools/musepack-tools-1.15t.ebuild +++ b/media-sound/musepack-tools/musepack-tools-1.15t.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.15t.ebuild,v 1.3 2005/02/09 18:36:41 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-1.15t.ebuild,v 1.4 2005/02/11 21:57:08 chainsaw Exp $ IUSE="static 16bit" @@ -28,6 +28,8 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${P}-Makefile.patch + epatch ${FILESDIR}/${P}-gcc4.patch + sed -i 's/#define USE_IRIX_AUDIO/#undef USE_IRIX_AUDIO/' mpp.h if ! use esd ; then |