diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-06-05 02:22:52 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-06-05 02:22:52 +0000 |
commit | 9172bbea1f2ae6bdd798256796cfb64a9610078e (patch) | |
tree | 46fdf59f499b8215d3a66c23d932c95d39628fde /app-emulation/bochs/bochs-2.3.6.ebuild | |
parent | 2.1.5.4 bump. This fixes bug #224713 (unhandled TypeError exception (diff) | |
download | historical-9172bbea1f2ae6bdd798256796cfb64a9610078e.tar.gz historical-9172bbea1f2ae6bdd798256796cfb64a9610078e.tar.bz2 historical-9172bbea1f2ae6bdd798256796cfb64a9610078e.zip |
New version, thanks to mastamind@users.sourceforge.net for proposing an ebuild on bug #224885
Package-Manager: portage-2.1.5.3
Diffstat (limited to 'app-emulation/bochs/bochs-2.3.6.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.3.6.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-emulation/bochs/bochs-2.3.6.ebuild b/app-emulation/bochs/bochs-2.3.6.ebuild index b25536111c77..9947f43cfe96 100644 --- a/app-emulation/bochs/bochs-2.3.6.ebuild +++ b/app-emulation/bochs/bochs-2.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v 1.2 2008/03/31 12:54:20 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v 1.3 2008/06/05 02:22:51 lu_zero Exp $ inherit eutils wxwidgets autotools @@ -72,11 +72,6 @@ src_compile() { use ncurses && \ myconf="${myconf} --with-term" - if ! use X && ! use ncurses && ! use vnc && ! use sdl - then - myconf="${myconf} --with-nogui" - fi - # --enable-all-optimizations causes bus error on sparc :( use sparc || \ myconf="${myconf} --enable-all-optimizations" @@ -92,6 +87,7 @@ src_compile() { --enable-sse=2 \ --enable-3dnow \ --enable-cpu-level=6 \ + --with-nogui \ $(use_enable usb) \ $(use_enable readline) \ $(use_enable debugger) \ |