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

Collapse All | Expand All

(-)opengl.eselect.old (-1 / +1 lines)
Lines 79-85 Link Here
79
		# Note that we don't do .so*, just .so on purpose.  The
79
		# Note that we don't do .so*, just .so on purpose.  The
80
		# loader knows to look in the profile dir, and the
80
		# loader knows to look in the profile dir, and the
81
		# linked just needs the .so
81
		# linked just needs the .so
82
		for file in ${profile_libdir}/libGL{,core}.{so,a,la}; do
82
		for file in ${profile_libdir}/libGL{,core}.{{so,so.*},a,la}; do
83
			if [[ ${ROOT} != / ]] ; then
83
			if [[ ${ROOT} != / ]] ; then
84
				rootfile="${file//${ROOT}}"
84
				rootfile="${file//${ROOT}}"
85
			else
85
			else

Return to bug 199633