[Scummvm-cvs-logs] scummvm master -> 3e1bea3f17999c7eef1395979d08b34d5c1fa3ee

dhewg dhewg at wiibrew.org
Sun Mar 20 10:32:29 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3e1bea3f17 CONFIGURE: Fix PS2 compilation


Commit: 3e1bea3f17999c7eef1395979d08b34d5c1fa3ee
    https://github.com/scummvm/scummvm/commit/3e1bea3f17999c7eef1395979d08b34d5c1fa3ee
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-03-20T02:31:22-07:00

Commit Message:
CONFIGURE: Fix PS2 compilation

newlib system include files suppress M_* defines under __STRICT_ANSI__

Changed paths:
    configure



diff --git a/configure b/configure
index eeafe93..1273486 100755
--- a/configure
+++ b/configure
@@ -3119,7 +3119,7 @@ if test "$have_gcc" = yes ; then
 		case $_host_os in
 		# newlib-based system include files suppress non-C89 function
 		# declarations under __STRICT_ANSI__
-		amigaos* | android | dreamcast | ds | gamecube | mingw* | n64 | psp | wii | wince )
+		amigaos* | android | dreamcast | ds | gamecube | mingw* | n64 | psp | ps2 | wii | wince )
 			CXXFLAGS="$CXXFLAGS -W -Wno-unused-parameter"
 			;;
 		*)






More information about the Scummvm-git-logs mailing list