mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10"
svn-id: r22792
This commit is contained in:
parent
9aa7eec0f6
commit
4abec6fdb6
5
configure
vendored
5
configure
vendored
@ -786,9 +786,12 @@ else
|
||||
echo_n "Checking hosttype... "
|
||||
echo $_host_os
|
||||
case $_host_os in
|
||||
linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | solaris* | hpux* | beos*)
|
||||
linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*)
|
||||
DEFINES="$DEFINES -DUNIX"
|
||||
;;
|
||||
solaris*)
|
||||
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
|
||||
;;
|
||||
irix*)
|
||||
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
|
||||
_ranlib=:
|
||||
|
Loading…
x
Reference in New Issue
Block a user