Ticket #4803: configure_solaris.patch
File configure_solaris.patch, 935 bytes (added by , 15 years ago) |
---|
-
configure
old new 902 902 _host_cpu=mipsallegrexel 903 903 _host_alias=psp 904 904 if test -z "$PSPDEV"; then 905 PSPDEV= $(psp-config --pspdev-path)905 PSPDEV=`psp-config --pspdev-path` 906 906 fi 907 907 if test -d "$PSPDEV/psp/lib"; then 908 908 LDFLAGS="$LDFLAGS -L$PSPDEV/psp/lib" … … 996 996 fi 997 997 ;; 998 998 psp) 999 PSPSDK= $(psp-config --pspsdk-path)999 PSPSDK=`psp-config --pspsdk-path` 1000 1000 if test -z "$PSPSDK"; then 1001 1001 echo "Please set the path to PSPSDK in your environment." 1002 1002 exit 1 … … 2300 2300 DEFINES="$DEFINES -D__PSP__ -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DDISABLE_DOSBOX_OPL" 2301 2301 INCLUDES="$INCLUDES -I$PSPDEV/psp/include/SDL" 2302 2302 LIBS="$LIBS -lpng -lSDL -Wl,-Map,mapfile.txt" 2303 SDLLIBS= $($PSPDEV/psp/bin/sdl-config --libs)2303 SDLLIBS=`$PSPDEV/psp/bin/sdl-config --libs` 2304 2304 2305 2305 if `echo "$SDLLIBS" | grep ".*-lGL.*" 1>/dev/null 2>&1` 2306 2306 then