summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2010-02-10 06:32:50 +0000
committerRyan Hill <rhill@gentoo.org>2010-02-10 06:32:50 +0000
commit26dc99219c63ca14391366baa1dfa39bbbd45e9e (patch)
tree0692beae816dfa8711474cf3b0e3a4d427190542 /app-emulation/bochs/bochs-2.3.6.ebuild
parentMarked ppc stable for bug #303835. (diff)
downloadhistorical-26dc99219c63ca14391366baa1dfa39bbbd45e9e.tar.gz
historical-26dc99219c63ca14391366baa1dfa39bbbd45e9e.tar.bz2
historical-26dc99219c63ca14391366baa1dfa39bbbd45e9e.zip
Revert back to conditional so we don't die with USE="-wxwidgets" when
wxGTK was built with USE="-X". Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/bochs/bochs-2.3.6.ebuild')
-rw-r--r--app-emulation/bochs/bochs-2.3.6.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/bochs/bochs-2.3.6.ebuild b/app-emulation/bochs/bochs-2.3.6.ebuild
index 2947c5d59cd6..e8f811eb3a13 100644
--- a/app-emulation/bochs/bochs-2.3.6.ebuild
+++ b/app-emulation/bochs/bochs-2.3.6.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2010 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.5 2010/02/10 03:52:03 dirtyepic Exp $
-
-WX_GTK_VER=2.6
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.6.ebuild,v 1.6 2010/02/10 06:32:50 dirtyepic Exp $
inherit eutils wxwidgets
@@ -44,6 +42,11 @@ src_unpack() {
}
src_compile() {
+ WX_GTK_VER=2.6
+
+ use wxwidgets && \
+ need-wxwidgets ansi
+
use x86 && \
myconf="--enable-idle-hack --enable-fast-function-calls"