Ticket #11259: scummvm-2.0.0-fix-sdlpath.patch

File scummvm-2.0.0-fix-sdlpath.patch, 442 bytes (added by devurandom, 4 years ago)

scummvm-2.0.0-fix-sdlpath.patch

  • scummvm-2.0.0/configure

    old new  
    400400                                echo $_sdlconfig
    401401                                # Save the prefix
    402402                                _sdlpath=$path_dir
    403                                 if test `basename $path_dir` = bin ; then
     403                                if test `basename $path_dir` = bin || test `basename $path_dir` = sbin ; then
    404404                                        _sdlpath=`dirname $path_dir`
    405405                                fi
    406406                                # break at first sdl-config found in path