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

Collapse All | Expand All

(-)a/xvid-1.3.2-r1.ebuild (-3 / +5 lines)
Lines 14-28 SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2" Link Here
14
14
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
18
IUSE="examples +threads pic"
18
IUSE="examples elibc_FreeBSD +threads pic"
19
19
20
NASM=">=dev-lang/nasm-2"
20
NASM=">=dev-lang/nasm-2"
21
YASM=">=dev-lang/yasm-1"
21
YASM=">=dev-lang/yasm-1"
22
22
23
DEPEND="amd64? ( || ( ${YASM} ${NASM} ) )
23
DEPEND="amd64? ( || ( ${YASM} ${NASM} ) )
24
	amd64-fbsd? ( ${NASM} )
24
	x86? ( || ( ${YASM} ${NASM} ) )
25
	x86? ( || ( ${YASM} ${NASM} ) )
25
	x86-fbsd? ( || ( ${YASM} ${NASM} ) )"
26
	x86-fbsd? ( ${NASM} )"
26
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
27
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
27
28
28
S=${WORKDIR}/${MY_PN}/build/generic
29
S=${WORKDIR}/${MY_PN}/build/generic
Lines 43-48 src_prepare() { Link Here
43
44
44
multilib_src_configure() {
45
multilib_src_configure() {
45
	use sparc && append-cflags -mno-vis #357149
46
	use sparc && append-cflags -mno-vis #357149
47
	use elibc_FreeBSD && export ac_cv_prog_ac_yasm=no #477736
46
48
47
	local myconf
49
	local myconf
48
	if use pic || [[ ${ABI} == "x32" ]] ; then #421841
50
	if use pic || [[ ${ABI} == "x32" ]] ; then #421841

Return to bug 477736