aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-08-04 20:34:43 +0000
committerMax Horn2006-08-04 20:34:43 +0000
commitae79aa30176a4bc15b6c11588bfcde79f1502490 (patch)
treeff27802ec959dbcc6c259359a9800daf4720b322
parent3a88d7a752421fd81710fd3dc29cd30f7c5f1ecb (diff)
downloadscummvm-rg350-ae79aa30176a4bc15b6c11588bfcde79f1502490.tar.gz
scummvm-rg350-ae79aa30176a4bc15b6c11588bfcde79f1502490.tar.bz2
scummvm-rg350-ae79aa30176a4bc15b6c11588bfcde79f1502490.zip
Modified version of the rest of patch #1497254: Patch to add support for the Atari ST/FreeMiNT Platform
svn-id: r23677
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 04ab55ce10..06305dba67 100755
--- a/configure
+++ b/configure
@@ -813,6 +813,10 @@ else
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"