--- /usr/portage/app-emulation/bochs/bochs-2.2.6.ebuild 2006-06-11 23:05:56.000000000 +0200 +++ /usr/local/portage/app-emulation/bochs/bochs-2.3.ebuild 2006-10-11 21:46:22.000000000 +0200 @@ -7,8 +7,7 @@ DESCRIPTION="a LGPL-ed pc emulator" HOMEPAGE="http://bochs.sourceforge.net/" SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz - http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz - mirror://gentoo/${P}-unicode.patch.gz" + http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz" LICENSE="LGPL-2.1" SLOT="0" @@ -47,8 +46,9 @@ sed -i -e "s:\#ifndef PARANOID:\#if 0:" iodev/hdimage.h # Make sure wxwindows 2.6 is used in case both 2.6 and 2.4 are installed sed -i -e "s:wx-config:wx-config-2.6:" configure -# wx unicode patches from fedora and bits the fedora missed - epatch ${DISTDIR}/${P}-unicode.patch.gz + +# redolog patch from Debian + epatch ${FILESDIR}/${P}-redolog_FTBFS.patch } src_compile() { @@ -69,7 +69,7 @@ myconf="$myconf --enable-debugger --enable-disasm \ --enable-x86-debugger --enable-iodebug" use debugger || \ - myconf="$myconf --enable-gdb-stub" + myconf="$myconf --enable-gdb-stub --disable-smp" use vnc && \ myconf="$myconf --with-rfb"