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

(-)/usr/portage/media-libs/xvid/xvid-1.3.3.ebuild (-1 / +6 lines)
Lines 24-30 Link Here
24
	amd64? ( || ( ${YASM} ${NASM} ) )
24
	amd64? ( || ( ${YASM} ${NASM} ) )
25
	amd64-fbsd? ( ${NASM} )
25
	amd64-fbsd? ( ${NASM} )
26
	x86? ( || ( ${YASM} ${NASM} ) )
26
	x86? ( || ( ${YASM} ${NASM} ) )
27
	x86-fbsd? ( ${NASM} )"
27
	x86-fbsd? ( ${NASM} )
28
	x86-macos? ( ${NASM} )
29
	x64-macos? ( ${NASM} )"
28
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
30
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
29
31
30
S=${WORKDIR}/${MY_PN}/build/generic
32
S=${WORKDIR}/${MY_PN}/build/generic
Lines 51-56 Link Here
51
	if use pic || [[ ${ABI} == "x32" ]] ; then #421841
53
	if use pic || [[ ${ABI} == "x32" ]] ; then #421841
52
		myconf="--disable-assembly"
54
		myconf="--disable-assembly"
53
	fi
55
	fi
56
	# nasm (?) generates a symbol in the data iso text section, in any
57
	# case, linker doesn't find it
58
	[[ ${CHOST} == x86_64-*-darwin* ]] && myconf="--disable-assembly"
54
59
55
	econf \
60
	econf \
56
		$(use_enable threads pthread) \
61
		$(use_enable threads pthread) \

Return to bug 529584