diff options
author | Ryan Hill <rhill@gentoo.org> | 2010-02-10 06:32:50 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2010-02-10 06:32:50 +0000 |
commit | 26dc99219c63ca14391366baa1dfa39bbbd45e9e (patch) | |
tree | 0692beae816dfa8711474cf3b0e3a4d427190542 /app-emulation/bochs/bochs-2.3.ebuild | |
parent | Marked ppc stable for bug #303835. (diff) | |
download | historical-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.ebuild')
-rw-r--r-- | app-emulation/bochs/bochs-2.3.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/bochs/bochs-2.3.ebuild b/app-emulation/bochs/bochs-2.3.ebuild index 774272eb5c0c..131326699841 100644 --- a/app-emulation/bochs/bochs-2.3.ebuild +++ b/app-emulation/bochs/bochs-2.3.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.ebuild,v 1.9 2010/02/10 03:52:03 dirtyepic Exp $ - -WX_GTK_VER=2.6 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.3.ebuild,v 1.10 2010/02/10 06:32:50 dirtyepic Exp $ inherit eutils wxwidgets autotools @@ -52,6 +50,11 @@ src_unpack() { } src_compile() { + WX_GTK_VER=2.6 + + use wxwidgets && \ + need-wxwidgets ansi + [[ "$ARCH" == "x86" ]] \ && myconf="--enable-idle-hack --enable-fast-function-calls" myconf="${myconf} `use_with sdl`" |