Bug 1125 - libOSMesa does not build properly on Darwin
Summary: libOSMesa does not build properly on Darwin
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/Ext/GLX (show other bugs)
Version: 6.8.0
Hardware: PowerPC Mac OS X (All)
: high blocker
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 351
  Show dependency treegraph
 
Reported: 2004-08-18 12:29 UTC by Torrey T. Lyons
Modified: 2007-01-23 20:00 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Torrey T. Lyons 2004-08-18 12:29:46 UTC
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>
Comment 1 Kevin E. Martin 2004-08-18 16:13:25 UTC
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.