diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-07-08 16:43:25 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-07-08 16:43:25 +0000 |
commit | f01dbf25b62a48d8f292e499da5af95378781eb7 (patch) | |
tree | add1e8f32296441b2f8684af568beaba5404316f /app-emulation/uade | |
parent | Removed old ebuilds. (diff) | |
download | gentoo-2-f01dbf25b62a48d8f292e499da5af95378781eb7.tar.gz gentoo-2-f01dbf25b62a48d8f292e499da5af95378781eb7.tar.bz2 gentoo-2-f01dbf25b62a48d8f292e499da5af95378781eb7.zip |
Added a fix for bug #139469.
(Portage version: 2.1.1_pre2-r5)
Diffstat (limited to 'app-emulation/uade')
-rw-r--r-- | app-emulation/uade/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/uade/uade-2.02.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/app-emulation/uade/ChangeLog b/app-emulation/uade/ChangeLog index dd0c74f45356..87eea8d8a3ce 100644 --- a/app-emulation/uade/ChangeLog +++ b/app-emulation/uade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/uade # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.33 2006/07/08 16:41:18 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/ChangeLog,v 1.34 2006/07/08 16:43:25 spock Exp $ + + 08 Jul 2006; Michał Januszewski <spock@gentoo.org> uade-2.02.ebuild: + Added a fix for bug #139469. 08 Jul 2006; Michał Januszewski <spock@gentoo.org> -files/uade-2.01-pkgprefix.patch, -uade-1.00.ebuild, -uade-1.01.ebuild, diff --git a/app-emulation/uade/uade-2.02.ebuild b/app-emulation/uade/uade-2.02.ebuild index 8243ebe88ab3..f14836ee16ef 100644 --- a/app-emulation/uade/uade-2.02.ebuild +++ b/app-emulation/uade/uade-2.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.02.ebuild,v 1.1 2006/03/17 15:07:12 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.02.ebuild,v 1.2 2006/07/08 16:43:25 spock Exp $ inherit eutils @@ -19,6 +19,12 @@ RDEPEND="media-libs/libao DEPEND="${RDEPEND}" +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e 's@#include <audacious/configfile.h>@@' src/frontends/audacious/* +} + src_compile() { ./configure \ --prefix=/usr \ |