Ticket #2504: scummvm_configure.patch

File scummvm_configure.patch, 844 bytes (added by SF/lblume, 18 years ago)

/bin/sh, tail & config.guess Solaris compatibility

  • scummvm/configure

    old new  
    2929      ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
    3030    fi
    3131  done
    32   export PATH="$ac_TEMP_PATH"
     32  PATH="$ac_TEMP_PATH"
     33  export PATH
    3334  unset ac_TEMP_PATH
    3435fi
    3536
     
    557558
    558559echocheck "compiler version"
    559560
    560 cxx_name=`( $cc -v ) 2>&1 | tail -n 1 | cut -d ' ' -f 1`
     561cxx_name=`( $cc -v ) 2>&1 | tail -1l | cut -d ' ' -f 1`
    561562cxx_version=`( $CXX -dumpversion ) 2>&1`
    562563if test "$?" -gt 0; then
    563564        cxx_version="not found"
     
    749750        echo_n "Checking hosttype... "
    750751        echo $_host_os
    751752        case $_host_os in
    752                 linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*)
     753                linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | solaris* | hpux* | beos*)
    753754                        DEFINES="$DEFINES -DUNIX"
    754755                        ;;
    755756                irix*)