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

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- a/media-libs/zimg/zimg-2.2.1.ebuild
0
++ b/media-libs/zimg/zimg-2.2.1.ebuild
Lines 25-36 if [ "${PV#9999}" = "${PV}" ] ; then Link Here
25
fi
25
fi
26
26
27
LICENSE="WTFPL-2"
27
LICENSE="WTFPL-2"
28
SLOT="0"
28
SLOT="0/2"
29
IUSE="static-libs cpu_flags_x86_sse"
29
IUSE="static-libs cpu_flags_x86_sse"
30
30
31
DEPEND=""
31
DEPEND=""
32
RDEPEND="${DEPEND}"
32
RDEPEND="${DEPEND}"
33
33
34
src_prepare() {
35
	sed -i -e 's,win32_bitmap.o,win32_bitmap.h,' Makefile.am || die
36
	autotools-multilib_src_prepare
37
}
38
34
src_configure() {
39
src_configure() {
35
	autotools-multilib_src_configure \
40
	autotools-multilib_src_configure \
36
		$(use_enable cpu_flags_x86_sse x86simd)
41
		$(use_enable cpu_flags_x86_sse x86simd)

Return to bug 594546