summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/irix5-2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix5-2.h b/src/s/irix5-2.h
index b3f12b3213a..2ab6765c95b 100644
--- a/src/s/irix5-2.h
+++ b/src/s/irix5-2.h
@@ -7,3 +7,7 @@
/* C-g in select is not handled properly with restartable
system calls. So don't use them. */
#undef SA_RESTART
+
+/* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6
+ on Irix 5.3. I don't know which Irix version that need starts with. */
+#define NEED_LIBW