Module: Mesa
Branch: 9.0
Commit: 7b676fd738691dba283fb17626026774b790cc0d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b676fd738691dba283fb17626026774b790cc0d

Author: Vinson Lee <[email protected]>
Date:   Wed Aug 29 23:16:44 2012 -0700

scons: Add default libraries to Solaris build.

Fixes SCons build on Solaris.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54293
Signed-off-by: Vinson Lee <[email protected]>
Signed-off-by: Brian Paul <[email protected]>

---

 scons/gallium.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 8fc17b3..dfed20f 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -498,7 +498,8 @@ def generate(env):
 
     # Default libs
     libs = []
-    if env['platform'] in ('posix', 'linux', 'freebsd', 'darwin'):
+    print env['platform']
+    if env['platform'] in ('darwin', 'freebsd', 'linux', 'posix', 'sunos'):
         libs += ['m', 'pthread', 'dl']
     env.Append(LIBS = libs)
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to