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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed May 31 02:51:01 CEST 2006


Revision: 22792
Author:   sev
Date:     2006-05-31 02:49:52 -0700 (Wed, 31 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22792&view=rev

Log Message:
-----------
Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10"

Modified Paths:
--------------
    scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-05-31 08:52:20 UTC (rev 22791)
+++ scummvm/trunk/configure	2006-05-31 09:49:52 UTC (rev 22792)
@@ -786,9 +786,12 @@
 	echo_n "Checking hosttype... "
 	echo $_host_os
 	case $_host_os in
-		linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | solaris* | hpux* | beos*)
+		linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*)
 			DEFINES="$DEFINES -DUNIX"
 			;;
+		solaris*)
+			DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
+			;;
 		irix*)
 			DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
 			_ranlib=:


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