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

Collapse All | Expand All

(-)a/pambase-20101024-r2.ebuild (+6 lines)
Lines 39-44 RDEPEND=" Link Here
39
	!<sys-libs/pam-0.99.9.0-r1"
39
	!<sys-libs/pam-0.99.9.0-r1"
40
DEPEND="app-portage/portage-utils"
40
DEPEND="app-portage/portage-utils"
41
41
42
src_prepare() {
43
	if [[ $(tc-getCC) == *clang* ]] ; then
44
		sed -i 's:CPP=cpp:CPP=clang -E -x c:' "${S}"/Makefile || die
45
	fi
46
}
47
42
src_compile() {
48
src_compile() {
43
	local implementation=
49
	local implementation=
44
	local linux_pam_version=
50
	local linux_pam_version=

Return to bug 595878