summaryrefslogtreecommitdiff
path: root/lang/snobol
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2003-06-09 01:13:14 +0000
committerWes Peters <wes@FreeBSD.org>2003-06-09 01:13:14 +0000
commit1d69d936c117c88527292b7ebc03d34711068fd0 (patch)
tree6dad34f1918cdb94b9f38b8cdd88c25be3724154 /lang/snobol
parentAdjust to changed compilation environment (Makefiles setup) in 5.1-CURRENT. (diff)
Allow snobol to compile on IA-64, with thanks to:
Submitted by: Marcel Moolenaar <marcel@xcllnt.net>
Notes
Notes: svn path=/head/; revision=82556
Diffstat (limited to 'lang/snobol')
-rw-r--r--lang/snobol/files/patch-af10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/snobol/files/patch-af b/lang/snobol/files/patch-af
new file mode 100644
index 000000000000..7c1e4d41fb41
--- /dev/null
+++ b/lang/snobol/files/patch-af
@@ -0,0 +1,10 @@
+--- lib/posix/tty.c.orig Sat Jun 7 20:21:57 2003
++++ lib/posix/tty.c Sat Jun 7 20:22:21 2003
+@@ -1,6 +1,7 @@
+ /* $Id: tty.c,v 1.5 1996/10/27 05:37:51 phil Exp $ */
+
+ #include <stdio.h>
++#include <stdlib.h>
+
+ #ifdef USE_TERMIO
+ /* awful; but better than duplicating the whole file! */