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

(-)/usr/portage/media-libs/faac/faac-1.28-r1.ebuild (+4 lines)
Lines 23-28 Link Here
23
	epunt_cxx
23
	epunt_cxx
24
}
24
}
25
25
26
src_configure() {
27
	econf CFLAGS="${CFLAGS} -std=c99" || die "econf failed"
28
}
29
26
src_install() {
30
src_install() {
27
	emake DESTDIR="${D}" install || die "emake install failed"
31
	emake DESTDIR="${D}" install || die "emake install failed"
28
	dodoc AUTHORS ChangeLog NEWS README TODO
32
	dodoc AUTHORS ChangeLog NEWS README TODO

Return to bug 306881