summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2004-09-25 11:29:30 +0000
committerHanno Böck <hanno@gentoo.org>2004-09-25 11:29:30 +0000
commit61853b8e866b3ad52a2b898f2f11124c6ea73968 (patch)
tree2c42265960fefbe67199d57e6cbe660c6d54ca44 /app-emulation/qemu/qemu-0.6.0.ebuild
parentstable on x86 (Manifest recommit) (diff)
downloadgentoo-2-61853b8e866b3ad52a2b898f2f11124c6ea73968.tar.gz
gentoo-2-61853b8e866b3ad52a2b898f2f11124c6ea73968.tar.bz2
gentoo-2-61853b8e866b3ad52a2b898f2f11124c6ea73968.zip
qemu gcc34 fix
Diffstat (limited to 'app-emulation/qemu/qemu-0.6.0.ebuild')
-rw-r--r--app-emulation/qemu/qemu-0.6.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-0.6.0.ebuild b/app-emulation/qemu/qemu-0.6.0.ebuild
index b9e999e510fa..f77e1585189c 100644
--- a/app-emulation/qemu/qemu-0.6.0.ebuild
+++ b/app-emulation/qemu/qemu-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.2 2004/08/20 14:12:40 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.6.0.ebuild,v 1.3 2004/09/25 11:29:30 hanno Exp $
inherit eutils
@@ -31,6 +31,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${P}-typo.patch
epatch ${FILESDIR}/${P}-sigaction.patch
+ epatch ${FILESDIR}/qemu_gcc34.patch.gz
}
src_compile() {