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

(-)libmikmod-3.2.0_beta2-r3.ebuild (-2 / +5 lines)
Lines 14-20 Link Here
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
16
# Enable OSS by default since ALSA support isn't available, look below
16
# Enable OSS by default since ALSA support isn't available, look below
17
IUSE="+oss raw"
17
IUSE="+oss raw static-libs"
18
18
19
S=${WORKDIR}/${MY_P}
19
S=${WORKDIR}/${MY_P}
20
20
Lines 44-56 Link Here
44
		--disable-af \
44
		--disable-af \
45
		--disable-alsa \
45
		--disable-alsa \
46
		--disable-esd \
46
		--disable-esd \
47
		$(use_enable oss)
47
		$(use_enable oss) \
48
		$(use_enable static-libs static)
48
}
49
}
49
50
50
src_install() {
51
src_install() {
51
	emake DESTDIR="${D}" install || die
52
	emake DESTDIR="${D}" install || die
52
	dodoc AUTHORS NEWS README TODO
53
	dodoc AUTHORS NEWS README TODO
53
	dohtml docs/*.html
54
	dohtml docs/*.html
55
56
	use static-libs || find "${D}" -name '*.la' -delete
54
}
57
}
55
58
56
pkg_postinst() {
59
pkg_postinst() {

Return to bug 402499