diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-07-26 08:06:05 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-07-26 08:06:05 +0000 |
commit | 9a464e5fc135074a8bd48b2f52d5ed60dc7b5af7 (patch) | |
tree | 01c0a6684197571eb8d47be249ba922d4813a828 /app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild | |
parent | Version bump, cleanup, and mbrola support updates thanks to Thomas Matthijs <... (diff) | |
download | historical-9a464e5fc135074a8bd48b2f52d5ed60dc7b5af7.tar.gz historical-9a464e5fc135074a8bd48b2f52d5ed60dc7b5af7.tar.bz2 historical-9a464e5fc135074a8bd48b2f52d5ed60dc7b5af7.zip |
Update
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild')
-rw-r--r-- | app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild index ad363d8f88f8..16e1f66ad3ef 100644 --- a/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild +++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.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/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild,v 1.1 2005/07/25 22:36:49 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.7.1.ebuild,v 1.2 2005/07/26 08:06:05 lu_zero Exp $ inherit eutils flag-o-matic linux-mod toolchain-funcs @@ -56,7 +56,8 @@ src_unpack() { einfo "if you want it released under GPL" mv ${S}/../kqemu ${S} cd ${S}/kqemu - epatch ${FILESDIR}/kqemu-sysfs.patch + #epatch ${FILESDIR}/kqemu-sysfs.patch + sed -i -e "s:#ifndef PAGE_KERNEL_EXEC:#if 1:" ${S}/kqemu/kqemu-linux.c fi # if use qvm86; then # mv ${WORKDIR}/qvm86 ${S} |