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

Collapse All | Expand All

(-)ati-drivers-8.20.8.ebuild.orig (-3 / +4 lines)
Lines 46-51 Link Here
46
		   [ "$(get_version_component_range 3 ${X11_IMPLEM_V})" = 99 ]
46
		   [ "$(get_version_component_range 3 ${X11_IMPLEM_V})" = 99 ]
47
		then
47
		then
48
			BASE_NAME="${BASE_NAME}90"
48
			BASE_NAME="${BASE_NAME}90"
49
			xlibdir="xorg"
49
		else
50
		else
50
			BASE_NAME="${BASE_NAME}$(get_version_component_range 2 ${X11_IMPLEM_V})0"
51
			BASE_NAME="${BASE_NAME}$(get_version_component_range 2 ${X11_IMPLEM_V})0"
51
		fi
52
		fi
Lines 234-246 Link Here
234
	#dosym libGL.so.1.2 ${ATI_ROOT}/lib/libMesaGL.so
235
	#dosym libGL.so.1.2 ${ATI_ROOT}/lib/libMesaGL.so
235
236
236
	# same as the xorg implementation
237
	# same as the xorg implementation
237
	dosym ../${X11_IMPLEM}/extensions ${ATI_ROOT}/extensions
238
	#dosym ../${X11_IMPLEM}/extensions ${ATI_ROOT}/extensions
238
	#Workaround
239
	#Workaround
239
	if use opengl ; then
240
	if use opengl ; then
240
	sed -e "s:libdir=.*:libdir=${ATI_ROOT}/lib:" \
241
	sed -e "s:libdir=.*:libdir=${ATI_ROOT}/lib:" \
241
		/usr/$(get_libdir)/opengl/${X11_IMPLEM}/lib/libGL.la \
242
		/usr/$(get_libdir)/opengl/xorg-x11/lib/libGL.la \
242
		> $D/${ATI_ROOT}/lib/libGL.la
243
		> $D/${ATI_ROOT}/lib/libGL.la
243
	dosym ../${X11_IMPLEM}/include ${ATI_ROOT}/include
244
	dosym ../xorg-x11/include ${ATI_ROOT}/include
244
	fi
245
	fi
245
	# X and DRI driver
246
	# X and DRI driver
246
	if has_version "<x11-base/xorg-x11-6.8.0-r4"
247
	if has_version "<x11-base/xorg-x11-6.8.0-r4"

Return to bug 112427