Ticket #4803: configure_solaris.patch

File configure_solaris.patch, 935 bytes (added by SF/lblume, 14 years ago)

Patch to replace $() by

  • configure

    old new  
    902902        _host_cpu=mipsallegrexel
    903903        _host_alias=psp
    904904        if test -z "$PSPDEV"; then
    905                 PSPDEV=$(psp-config --pspdev-path)
     905                PSPDEV=`psp-config --pspdev-path`
    906906        fi
    907907        if test -d "$PSPDEV/psp/lib"; then
    908908                LDFLAGS="$LDFLAGS -L$PSPDEV/psp/lib"
     
    996996        fi
    997997        ;;
    998998psp)
    999         PSPSDK=$(psp-config --pspsdk-path)
     999        PSPSDK=`psp-config --pspsdk-path`
    10001000        if test -z "$PSPSDK"; then
    10011001                echo "Please set the path to PSPSDK in your environment."
    10021002                exit 1
     
    23002300                DEFINES="$DEFINES -D__PSP__ -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DDISABLE_DOSBOX_OPL"
    23012301                INCLUDES="$INCLUDES -I$PSPDEV/psp/include/SDL"
    23022302                LIBS="$LIBS -lpng -lSDL -Wl,-Map,mapfile.txt"
    2303                 SDLLIBS=$($PSPDEV/psp/bin/sdl-config --libs)
     2303                SDLLIBS=`$PSPDEV/psp/bin/sdl-config --libs`
    23042304
    23052305                if `echo "$SDLLIBS" | grep ".*-lGL.*" 1>/dev/null 2>&1`
    23062306                then