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

Collapse All | Expand All

(-)a/x11-proto/glproto/glproto-9999.ebuild (-1 / +4 lines)
Lines 33-41 dynamic_libgl_install() { Link Here
33
		# glext.h added for #54984
33
		# glext.h added for #54984
34
		for x in "${D}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
34
		for x in "${D}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
35
			if [[ -f ${x} || -L ${x} ]]; then
35
			if [[ -f ${x} || -L ${x} ]]; then
36
				mv -f "${x}" "${D}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include
36
				mv -f "${x}" "${D}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include || die
37
			fi
37
			fi
38
		done
38
		done
39
40
		# needed to use the headers directly, i.e. when compiling xorg-server
41
		dosym . /usr/$(get_libdir)/opengl/${OPENGL_DIR}/include/GL || die
39
	eend 0
42
	eend 0
40
}
43
}
41
44

Return to bug 315347