Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145446 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-emulation/bochs/bochs-2.2.6.ebuild (-5 / +5 lines)
Lines 7-14 Link Here
7
DESCRIPTION="a LGPL-ed pc emulator"
7
DESCRIPTION="a LGPL-ed pc emulator"
8
HOMEPAGE="http://bochs.sourceforge.net/"
8
HOMEPAGE="http://bochs.sourceforge.net/"
9
SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz
9
SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz
10
	 http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz
10
	 http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz" 
11
	 mirror://gentoo/${P}-unicode.patch.gz"
12
11
13
LICENSE="LGPL-2.1"
12
LICENSE="LGPL-2.1"
14
SLOT="0"
13
SLOT="0"
Lines 47-54 Link Here
47
	sed -i -e "s:\#ifndef PARANOID:\#if 0:" iodev/hdimage.h
46
	sed -i -e "s:\#ifndef PARANOID:\#if 0:" iodev/hdimage.h
48
# Make sure wxwindows 2.6 is used in case both 2.6 and 2.4 are installed
47
# Make sure wxwindows 2.6 is used in case both 2.6 and 2.4 are installed
49
	sed -i -e "s:wx-config:wx-config-2.6:" configure
48
	sed -i -e "s:wx-config:wx-config-2.6:" configure
50
# wx unicode patches from fedora and bits the fedora missed
49
51
	epatch ${DISTDIR}/${P}-unicode.patch.gz
50
# redolog patch from Debian
51
	epatch ${FILESDIR}/${P}-redolog_FTBFS.patch
52
}
52
}
53
53
54
src_compile() {
54
src_compile() {
Lines 69-75 Link Here
69
		myconf="$myconf --enable-debugger --enable-disasm \
69
		myconf="$myconf --enable-debugger --enable-disasm \
70
				--enable-x86-debugger --enable-iodebug"
70
				--enable-x86-debugger --enable-iodebug"
71
	use debugger || \
71
	use debugger || \
72
		myconf="$myconf --enable-gdb-stub"
72
		myconf="$myconf --enable-gdb-stub --disable-smp"
73
	use vnc && \
73
	use vnc && \
74
		myconf="$myconf --with-rfb"
74
		myconf="$myconf --with-rfb"
75
75

Return to bug 145446