diff options
author | Max Horn | 2007-12-19 14:03:53 +0000 |
---|---|---|
committer | Max Horn | 2007-12-19 14:03:53 +0000 |
commit | 00ce6ac98dc233cd73a3bdf4355a72f375c64fc8 (patch) | |
tree | 5b5a95e5e1398f45400d0bd163174fe08796a9b5 /configure | |
parent | 272f02e001e4138e3a8c20c8eaa514462b849818 (diff) | |
download | scummvm-rg350-00ce6ac98dc233cd73a3bdf4355a72f375c64fc8.tar.gz scummvm-rg350-00ce6ac98dc233cd73a3bdf4355a72f375c64fc8.tar.bz2 scummvm-rg350-00ce6ac98dc233cd73a3bdf4355a72f375c64fc8.zip |
Patch #1853322: Patch for Atari ST/FreeMint
svn-id: r29906
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -985,6 +985,7 @@ case $_host_os in ;; mint*) DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE" + LIBS="$LIBS -lsocket" ;; amigaos*) # TODO: anything to be added here? @@ -1057,7 +1058,7 @@ if test -n "$_host"; then type_2_byte='short' type_4_byte='long' _ranlib=m68k-atari-mint-ranlib - _ar=m68k-atari-mint-ar + _ar="m68k-atari-mint-ar cru" ;; i586-mingw32msvc) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" |