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

(-)/usr/portage/media-libs/flac/flac-1.3.0-r1.ebuild (-1 / +2 lines)
Lines 47-52 Link Here
47
		$(use_enable cxx cpplibs)
46
		$(use_enable cxx cpplibs)
48
		$(use_enable ogg)
47
		$(use_enable ogg)
49
		--disable-examples
48
		--disable-examples
49
		$([[ ${CHOST} == *-darwin* ]] && echo "--disable-asm-optimizations")
50
	)
50
	)
51
	autotools-multilib_src_configure
51
	autotools-multilib_src_configure
52
}
52
}
Lines 61-65 Link Here
61
61
62
src_install() {
62
src_install() {
63
	autotools-multilib_src_install \
63
	autotools-multilib_src_install \
64
		docdir=/usr/share/doc/${PF}/html
64
		docdir="${EPREFIX}"/usr/share/doc/${PF}/html
65
}
65
}

Return to bug 529566