[xorg-bugzilla-noise] [Bug 1125] New: libOSMesa does not build properly on Darwin

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 18 12:29:47 PDT 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1125        
   
           Summary: libOSMesa does not build properly on Darwin
           Product: xorg
           Version: 6.8.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Lib/GLX
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: torrey at mrcla.com
                CC: kem at freedesktop.org
OtherBugsDependingO 351
             nThis:


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>        
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list