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