libOSMesa fails to build on a clean Darwin system without /usr/X11R6. The following patch fixes this: Index: mesa/drivers/osmesa/Imakefile =============================================================== ==== RCS file: /cvs/xorg/xc/lib/GL/mesa/drivers/osmesa/Imakefile,v retrieving revision 1.1.3.1 diff -u -d -b -w -r1.1.3.1 Imakefile --- mesa/drivers/osmesa/Imakefile 16 Jun 2004 09:25:10 -0000 1.1.3.1 +++ mesa/drivers/osmesa/Imakefile 18 Aug 2004 19:26:48 -0000 @@ -62,7 +62,7 @@ #endif #if !GlxUseBuiltInDRIDriver - REQUIREDLIBS = $(LDPRELIB) $(GLXLIB) + REQUIREDLIBS = $(LDPRELIB) $(XLIB) $(GLXLIB) #endif #include <Library.tmpl>
Patch checked in. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.