|
Description
|
open-src/lib/mesa/Makefile says we want to apply the following patches:
SOURCE_PATCHES= \
solaris-paths.patch \
mklib.patch \
solaris-dri-port.patch \
glext.h.patch \
glxext.h.patch \
6538497.patch \
6559710.patch \
mesa965.patch \
maxtexunit.patch
But there is no glxext.h.path file, so during building Xorg, we can find an error in build log as follows:
gpatch -d build_32/Mesa-6.5.2 -p0 < glxext.h.patch
sh: glxext.h.patch: cannot open
Because of the bug, we cannot cd open-src/lib/mesa, and then do a make for mesa module
|