Browse Source

fix to find opengl on some osf systems

Ken Martin 21 years ago
parent
commit
7965cfb339
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Modules/FindOpenGL.cmake

+ 2 - 0
Modules/FindOpenGL.cmake

@@ -86,6 +86,7 @@ ELSE (WIN32)
           /opt/graphics/OpenGL/lib
           /usr/openwin/lib
           /usr/X11R6/lib
+          /usr/shlib
   )
 
   # On Unix OpenGL most certainly always requires X11.
@@ -110,6 +111,7 @@ ELSE (WIN32)
           /opt/graphics/OpenGL/lib
           /usr/openwin/lib
           /usr/X11R6/lib
+          /usr/shlib
   )
 
 ENDIF (WIN32)