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

Collapse All | Expand All

(-)a/media-libs/speex/speex-1.2.0-r1.ebuild (-1 / +4 lines)
Lines 42-51 multilib_src_configure() { Link Here
42
	append-lfs-flags
42
	append-lfs-flags
43
43
44
	local \
44
	local \
45
		FIXED_ARG=--disable-fixed-point \
45
		ARM4_ARG=--disable-arm4-asm \
46
		ARM4_ARG=--disable-arm4-asm \
46
		ARM5_ARG=--disable-arm5e-asm
47
		ARM5_ARG=--disable-arm5e-asm
47
48
48
	if use arm && ! use cpu_flags_arm_v6; then
49
	if use arm && ! use cpu_flags_arm_v6; then
50
		FIXED_ARG=--enable-fixed-point
51
49
		if use cpu_flags_arm_v5; then
52
		if use cpu_flags_arm_v5; then
50
			ARM5_ARG=--enable-arm5e-asm
53
			ARM5_ARG=--enable-arm5e-asm
51
		elif use cpu_flags_arm_v4; then
54
		elif use cpu_flags_arm_v4; then
Lines 61-67 multilib_src_configure() { Link Here
61
		$(use_enable vbr) \
64
		$(use_enable vbr) \
62
		$(use_with utils speexdsp) \
65
		$(use_with utils speexdsp) \
63
		$(use_enable utils binaries) \
66
		$(use_enable utils binaries) \
64
		${ARM4_ARG} ${ARM5_ARG}
67
		${FIXED_ARG} ${ARM4_ARG} ${ARM5_ARG}
65
}
68
}
66
69
67
multilib_src_install_all() {
70
multilib_src_install_all() {

Return to bug 617322