summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-11-26 20:47:10 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-11-26 20:47:10 +0000
commit97bfad1f5c579c256ac6675d974307089b291240 (patch)
tree9f289f42b4815305dfb91c7862324850e79890cd /app-emulation/bochs
parentremoving some punted proggies (diff)
downloadgentoo-2-97bfad1f5c579c256ac6675d974307089b291240.tar.gz
gentoo-2-97bfad1f5c579c256ac6675d974307089b291240.tar.bz2
gentoo-2-97bfad1f5c579c256ac6675d974307089b291240.zip
unbreak bochs, if you want back smp I'll add yet another useflag
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/ChangeLog5
-rw-r--r--app-emulation/bochs/bochs-2.2.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog
index abb80ea9da2d..ee45c8f9a7ad 100644
--- a/app-emulation/bochs/ChangeLog
+++ b/app-emulation/bochs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/bochs
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.56 2006/06/11 21:01:38 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.57 2006/11/26 20:47:10 lu_zero Exp $
+
+ 26 Nov 2006; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.6.ebuild:
+ remove smp since it breaks gdb stub
11 Jun 2006; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.6.ebuild:
add gdb stubs properly as suggested by Karl-Johan Karlsson
diff --git a/app-emulation/bochs/bochs-2.2.6.ebuild b/app-emulation/bochs/bochs-2.2.6.ebuild
index d087bfaf6e2d..c9fb6749c201 100644
--- a/app-emulation/bochs/bochs-2.2.6.ebuild
+++ b/app-emulation/bochs/bochs-2.2.6.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/bochs/bochs-2.2.6.ebuild,v 1.2 2006/06/11 21:01:38 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.6.ebuild,v 1.3 2006/11/26 20:47:10 lu_zero Exp $
inherit eutils wxwidgets
@@ -91,7 +91,7 @@ src_compile() {
--enable-sse=2 --enable-3dnow --enable-plugins \
--enable-cpu-level=6 --enable-all-optimizations \
--enable-ne2000 --enable-sb16=linux --enable-clgd54xx \
- --enable-smp --enable-apic --enable-compressed-hd \
+ --enable-apic --enable-compressed-hd \
--enable-pni --enable-sep --host=${CHOST} \
--libdir=/usr/$(get_libdir) --prefix=/usr \
${myconf} || die "configure failed"