From 9172bbea1f2ae6bdd798256796cfb64a9610078e Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 5 Jun 2008 02:22:52 +0000 Subject: New version, thanks to mastamind@users.sourceforge.net for proposing an ebuild on bug #224885 Package-Manager: portage-2.1.5.3 --- app-emulation/bochs/bochs-2.3.6.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'app-emulation/bochs/bochs-2.3.6.ebuild') 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) \ -- cgit v1.2.3-65-gdbad