Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340931
Collapse All | Expand All

(-)a/app-emulation/wine/wine-1.3.4.ebuild (+3 lines)
Lines 169-174 src_configure() { Link Here
169
	export LDCONFIG=/bin/true
169
	export LDCONFIG=/bin/true
170
	use custom-cflags || strip-flags
170
	use custom-cflags || strip-flags
171
171
172
	export CFLAGS="${CFLAGS} -D_FORTIFY_SOURCE=0"
173
	export CXXFLAGS="${CXXFLAGS} -D_FORTIFY_SOURCE=0"
174
172
	if use win64 ; then
175
	if use win64 ; then
173
		do_configure 64 --enable-win64
176
		do_configure 64 --enable-win64
174
		use win32 && ABI=x86 do_configure 32 --with-wine64=../wine64
177
		use win32 && ABI=x86 do_configure 32 --with-wine64=../wine64

Return to bug 340931