[Scummvm-cvs-logs] SF.net SVN: scummvm: [30971] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Feb 26 17:55:58 CET 2008


Revision: 30971
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30971&view=rev
Author:   fingolfin
Date:     2008-02-26 08:55:58 -0800 (Tue, 26 Feb 2008)

Log Message:
-----------
Added  -lnsl -lsocket to the libs required when building for Solaris, partial fix for bug #1523129

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-02-26 16:55:02 UTC (rev 30970)
+++ scummvm/trunk/configure	2008-02-26 16:55:58 UTC (rev 30971)
@@ -972,6 +972,7 @@
 		;;
 	beos*)
 		DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
+		# Needs -lbind -lsocket for the timidity MIDI driver
 		LIBS="$LIBS -lbind -lsocket"
 		type_1_byte='char'
 		type_2_byte='short'
@@ -979,6 +980,8 @@
 		;;	
 	solaris*)
 		DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
+		# Needs -lbind -lsocket for the timidity MIDI driver
+		LIBS="$LIBS -lnsl -lsocket"
 		;;
 	irix*)
 		DEFINES="$DEFINES -DUNIX -DIRIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"


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




More information about the Scummvm-git-logs mailing list