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

Collapse All | Expand All

(-)a/cifs-utils-5.5.ebuild (+1 lines)
Lines 43-48 Link Here
43
src_prepare() {
43
src_prepare() {
44
	#Getting rid of -Werror
44
	#Getting rid of -Werror
45
    sed -e "s/-Werror//" -i Makefile.in || die "sed failed"
45
    sed -e "s/-Werror//" -i Makefile.in || die "sed failed"
46
    epatch ${FILESDIR}/cifs-utils.git-0eb3daa4b17ee64b464594f1a5d413ecb364957c.patch
46
}
47
}
47
48
48
src_configure() {
49
src_configure() {

Return to bug 424487