Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 385775 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-libs/apr-util/apr-util-1.3.11.ebuild (-2 / +4 lines)
Lines 35-42 Link Here
35
	doc? ( app-doc/doxygen )"
35
	doc? ( app-doc/doxygen )"
36
36
37
src_prepare() {
37
src_prepare() {
38
	eautoreconf
38
	tc-export CC CPP
39
39
40
	eautoreconf
40
	elibtoolize
41
	elibtoolize
41
}
42
}
42
43
Lines 68-74 Link Here
68
}
69
}
69
70
70
src_compile() {
71
src_compile() {
71
	emake CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
72
	emake CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
73
		LIBTOOL="${ROOT}usr/bin/libtool" CC="${CC}" || die "emake failed"
72
74
73
	if use doc; then
75
	if use doc; then
74
		emake dox || die "emake dox failed"
76
		emake dox || die "emake dox failed"

Return to bug 385775