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

(-)nvidia-drivers-173.14.09.ebuild (-1 / +3 lines)
Lines 216-222 Link Here
216
			"${NV_SRC}"/Makefile.kbuild
216
			"${NV_SRC}"/Makefile.kbuild
217
217
218
		# If you set this then it's your own fault when stuff breaks :)
218
		# If you set this then it's your own fault when stuff breaks :)
219
		use custom-cflags && sed -i "s:-O:${CFLAGS}:" Makefile.*
219
		use custom-cflags \
220
		    && einfo "Patching ${NV_SRC}/Makefile* to respect custom cflags" \
221
		    && sed -i "s:-O:${CFLAGS}:" "${NV_SRC}"/Makefile.*
220
222
221
		# If greater than 2.6.5 use M= instead of SUBDIR=
223
		# If greater than 2.6.5 use M= instead of SUBDIR=
222
		convert_to_m "${NV_SRC}"/Makefile.kbuild
224
		convert_to_m "${NV_SRC}"/Makefile.kbuild

Return to bug 230273