[Scummvm-cvs-logs] SF.net SVN: scummvm: [23677] scummvm/trunk/configure
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Fri Aug 4 22:34:49 CEST 2006
Revision: 23677
Author: fingolfin
Date: 2006-08-04 13:34:43 -0700 (Fri, 04 Aug 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23677&view=rev
Log Message:
-----------
Modified version of the rest of patch #1497254: Patch to add support for the Atari ST/FreeMiNT Platform
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2006-08-04 20:27:48 UTC (rev 23676)
+++ scummvm/trunk/configure 2006-08-04 20:34:43 UTC (rev 23677)
@@ -813,6 +813,10 @@
os2-emx*)
DEFINES="$DEFINES -DUNIX"
;;
+ mint*)
+ DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
+ CXXFLAGS="$CXXFLAGS -m68020-60 -fomit-frame-pointer"
+ ;;
# given this is a shell script assume some type of unix
*)
echo "WARNING: could not establish system type, assuming unix like"
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