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

(-)xen-4.1.0.ebuild.old (+6 lines)
Lines 64-69 Link Here
64
			-e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \
64
			-e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \
65
			-i {} \;
65
			-i {} \;
66
	fi
66
	fi
67
68
	# remove -Werror for gcc-4.6's sake
69
	find ${S} -name 'Makefile*' -o -name '*.mk' -o -name 'common.make' | \
70
		xargs sed -i 's/ *-Werror */ /'
71
	# not strictly necessary to fix this
72
	sed -i 's/, "-Werror"//' ${S}/tools/python/setup.py
67
}
73
}
68
74
69
src_configure() {
75
src_configure() {

Return to bug 362303