summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorHelmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>2000-02-23 11:55:08 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-24 00:17:34 +0000
commit3ecbdf107c760d0e56b9accce561e76b97af6b82 (patch)
treef68df3fdfb4ef3848d8c3bf36fd93986d252a175 /hints/irix_6.sh
parent82c9a7103ef6e390b776aa2aebb37ae253fb4a7c (diff)
downloadperl-3ecbdf107c760d0e56b9accce561e76b97af6b82.tar.gz
In IRIX <sys/mode.h> is something completely different.
To: perl5-porters@perl.org Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5 Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de> p4raw-id: //depot/cfgperl@5227
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh5
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.
#