diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-08-14 20:31:28 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-08-14 20:31:28 +0000 |
commit | 12f7c2c8d38f7dcb26f69947c434d6f430673994 (patch) | |
tree | 13b69cbbe285530bca3cb5f06b06bc6b62ae00f0 /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-12f7c2c8d38f7dcb26f69947c434d6f430673994.tar.gz gentoo-2-12f7c2c8d38f7dcb26f69947c434d6f430673994.tar.bz2 gentoo-2-12f7c2c8d38f7dcb26f69947c434d6f430673994.zip |
2.6 wxwidgets support
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.1.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 4030964a394e..08a359578617 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.42 2005/07/10 03:21:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.43 2005/08/14 20:31:28 lu_zero Exp $ + + 14 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: + Make it support 2.6 wx *bochs-2.2.1 (10 Jul 2005) diff --git a/app-emulation/bochs/bochs-2.2.1.ebuild b/app-emulation/bochs/bochs-2.2.1.ebuild index ebd35b6da894..04bd5a7f15b0 100644 --- a/app-emulation/bochs/bochs-2.2.1.ebuild +++ b/app-emulation/bochs/bochs-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.1 2005/07/10 03:21:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.2 2005/08/14 20:31:28 lu_zero Exp $ inherit eutils wxwidgets @@ -17,7 +17,7 @@ IUSE="debugger gtk2 readline sdl wxwindows" RDEPEND="virtual/libc virtual/x11 sdl? ( media-libs/libsdl ) - wxwindows? ( =x11-libs/wxGTK-2.4* ) + wxwindows? ( >=x11-libs/wxGTK-2.4 ) readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=sys-apps/sed-4 @@ -33,6 +33,9 @@ src_unpack() { -e 's:BOCHSDIR=:BOCHSDIR=/usr/lib/bochs#:' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in || \ die "sed Makefile.in failed" + +# Make it use the correct path to gtk-2 + sed -i -e "s/opt/gnome:/usr:" configure } src_compile() { |