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

(-)/usr/portage/app-antivirus/clamav/clamav-0.97.7.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils flag-o-matic user
7
inherit eutils flag-o-matic user base
8
8
9
DESCRIPTION="Clam Anti-Virus Scanner"
9
DESCRIPTION="Clam Anti-Virus Scanner"
10
HOMEPAGE="http://www.clamav.net/"
10
HOMEPAGE="http://www.clamav.net/"
Lines 43-48 Link Here
43
src_prepare() {
43
src_prepare() {
44
	use ppc64 && append-flags -mminimal-toic
44
	use ppc64 && append-flags -mminimal-toic
45
	use uclibc && export ac_cv_type_error_t=yes
45
	use uclibc && export ac_cv_type_error_t=yes
46
47
	base_src_prepare
46
}
48
}
47
49
48
src_configure() {
50
src_configure() {

Return to bug 472788