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

Collapse All | Expand All

(-)pam-1.1.5.ebuild.orig (+8 lines)
Lines 83-88 Link Here
83
}
83
}
84
84
85
src_prepare() {
85
src_prepare() {
86
	if tc-is-cross-compiler && ! [ -e "${EROOT}"/usr/$(get_libdir)/libfl.a ]; then
87
		eerror ""
88
		eerror "Cannot cross-compile because sys-devel/flex is not installed in the target."
89
		eerror "Please install sys-devel/flex into the target filesystem and try again."
90
		eerror ""
91
		die "flex is not installed"
92
	fi
93
86
	epatch "${FILESDIR}"/${MY_P}+glibc-2.16.patch
94
	epatch "${FILESDIR}"/${MY_P}+glibc-2.16.patch
87
95
88
	elibtoolize
96
	elibtoolize

Return to bug 446172