Revision: 6779
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6779&view=rev
Author:   gbiggs
Date:     2008-07-06 16:54:54 -0700 (Sun, 06 Jul 2008)

Log Message:
-----------
Added missing required lib for XDR check

Modified Paths:
--------------
    code/player/trunk/cmake/internal/SearchForStuff.cmake

Modified: code/player/trunk/cmake/internal/SearchForStuff.cmake
===================================================================
--- code/player/trunk/cmake/internal/SearchForStuff.cmake       2008-07-06 
06:44:53 UTC (rev 6778)
+++ code/player/trunk/cmake/internal/SearchForStuff.cmake       2008-07-06 
23:54:54 UTC (rev 6779)
@@ -14,6 +14,8 @@
 
 IF (PLAYER_OS_QNX)
     SET (CMAKE_REQUIRED_LIBRARIES rpc)
+ELSEIF (PLAYER_OS_SOLARIS)
+    SET (CMAKE_REQUIRED_LIBRARIES nsl)
 ENDIF (PLAYER_OS_QNX)
 CHECK_FUNCTION_EXISTS (xdr_free HAVE_XDR)
 IF (NOT HAVE_XDR)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to