summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2006-07-08 16:43:25 +0000
committerMichael Januszewski <spock@gentoo.org>2006-07-08 16:43:25 +0000
commitf01dbf25b62a48d8f292e499da5af95378781eb7 (patch)
treeadd1e8f32296441b2f8684af568beaba5404316f /app-emulation/uade/uade-2.02.ebuild
parentRemoved old ebuilds. (diff)
downloadgentoo-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/uade-2.02.ebuild')
-rw-r--r--app-emulation/uade/uade-2.02.ebuild8
1 files changed, 7 insertions, 1 deletions
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 \