File fix-new-wxwidgets.patch of Package scummvm-tools
Index: scummvm-tools-1.9.0/configure =================================================================== --- scummvm-tools-1.9.0.orig/configure +++ scummvm-tools-1.9.0/configure @@ -910,7 +910,7 @@ if test "$have_gcc" = yes ; then amigaos* | android | dreamcast | ds | gamecube | mingw* | n64 | psp | ps2 | wii | wince ) ;; *) - CXXFLAGS="$CXXFLAGS -ansi" + CXXFLAGS="$CXXFLAGS" ;; esac fi