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

Collapse All | Expand All

(-)nvidia-drivers-1.0.8178.ebuild (+16 lines)
Lines 404-409 Link Here
404
		dosym ../no-tls/libnvidia-tls.so.${sover} ${NV_ROOT}/lib
404
		dosym ../no-tls/libnvidia-tls.so.${sover} ${NV_ROOT}/lib
405
	fi
405
	fi
406
406
407
	# put back in because some ebuild want libGL.la
408
	
409
	if ! use x86-fbsd; then
410
		# Not sure whether installing the .la file is neccessary;
411
		# this is adopted from the `nvidia' ebuild
412
		local ver1=$(get_version_component_range 1)
413
		local ver2=$(get_version_component_range 2)
414
		local ver3=$(get_version_component_range 3)
415
		sed -e "s:\${PV}:${PV}:"     \
416
			-e "s:\${ver1}:${ver1}:" \
417
			-e "s:\${ver2}:${ver2}:" \
418
			-e "s:\${ver3}:${ver3}:" \
419
			-e "s:\${libdir}:${inslibdir}:" \
420
			${FILESDIR}/libGL.la-r2 > ${D}/${NV_ROOT}/lib/libGL.la
421
	fi
422
	
407
	exeinto ${X11_LIB_DIR}/modules/drivers
423
	exeinto ${X11_LIB_DIR}/modules/drivers
408
424
409
	if use dlloader; then
425
	if use dlloader; then

Return to bug 116085