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

Collapse All | Expand All

(-)/usr/portage/app-emulation/wine/wine-0.9.17.ebuild (-1 / +4 lines)
Lines 53-58 Link Here
53
	sys-devel/bison
53
	sys-devel/bison
54
	sys-devel/flex"
54
	sys-devel/flex"
55
55
56
export ABI="x86"
57
56
src_unpack() {
58
src_unpack() {
57
	unpack wine-${PV}.tar.bz2
59
	unpack wine-${PV}.tar.bz2
58
	cd "${S}"
60
	cd "${S}"
Lines 93-102 Link Here
93
95
94
	strip-flags
96
	strip-flags
95
97
96
	use amd64 && multilib_toolchain_setup x86
98
#	use amd64 && multilib_toolchain_setup x86
97
99
98
	#	$(use_enable amd64 win64)
100
	#	$(use_enable amd64 win64)
99
	econf \
101
	econf \
102
		CC="$(tc-getCC)" \
100
		--sysconfdir=/etc/wine \
103
		--sysconfdir=/etc/wine \
101
		$(use_with ncurses curses) \
104
		$(use_with ncurses curses) \
102
		$(use_with opengl) \
105
		$(use_with opengl) \

Return to bug 138296