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

Collapse All | Expand All

(-)spandsp-0.0.6_pre21.ebuild.orig (-1 / +9 lines)
Lines 13-19 Link Here
13
LICENSE="LGPL-2.1"
13
LICENSE="LGPL-2.1"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
15
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
16
IUSE="doc fixed-point static-libs"
16
IUSE="doc fixed-point mmx sse sse2 sse3 sse41 sse42 sse4a ssse3 static-libs"
17
17
18
RDEPEND="media-libs/tiff"
18
RDEPEND="media-libs/tiff"
19
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
Lines 32-37 Link Here
32
		--disable-dependency-tracking \
32
		--disable-dependency-tracking \
33
		$(use_enable doc) \
33
		$(use_enable doc) \
34
		$(use_enable fixed-point) \
34
		$(use_enable fixed-point) \
35
		$(use_enable mmx) \
36
		$(use_enable sse) \
37
		$(use_enable sse2) \
38
		$(use_enable sse3) \
39
		$(use_enable sse41 sse4_1) \
40
		$(use_enable sse42 sse4_2) \
41
		$(use_enable sse4a) \
42
		$(use_enable ssse3) \
35
		$(use_enable static-libs static)
43
		$(use_enable static-libs static)
36
}
44
}
37
45

Return to bug 460570