diff options
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r-- | hints/irix_6.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 67e61b4607..f791d39b95 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -152,6 +152,11 @@ set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /' shift libswanted="$*" +# Irix 6.5.6 seems to have a broken header <sys/mode.h> +# don't include that (it doesn't contain S_IFMT, S_IFREG, et al) + +i_sysmode="$undef" + # I have conflicting reports about the sun, crypt, bsd, and PW # libraries on Irix 6.2. # |