diff options
author | Joost Peters | 2006-04-22 15:29:38 +0000 |
---|---|---|
committer | Joost Peters | 2006-04-22 15:29:38 +0000 |
commit | 2952dd123c09d14981eb91cb95fa2c966736d1cf (patch) | |
tree | b0e83de5374ccbe05001542eb8650ce4602b5db6 | |
parent | 37633732f1f2ee18543d485d5b8357b8edca0c70 (diff) | |
download | scummvm-rg350-2952dd123c09d14981eb91cb95fa2c966736d1cf.tar.gz scummvm-rg350-2952dd123c09d14981eb91cb95fa2c966736d1cf.tar.bz2 scummvm-rg350-2952dd123c09d14981eb91cb95fa2c966736d1cf.zip |
The dirent struct on IRIX doesn't have the d_type field, so define SYSTEM_NOT_SUPPORTING_D_TYPE
svn-id: r22085
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -780,7 +780,7 @@ else DEFINES="$DEFINES -DUNIX" ;; irix*) - DEFINES="$DEFINES -DUNIX" + DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE" _ranlib=: ;; darwin*) |