diff options
author | wes <wes@FreeBSD.org> | 2003-06-09 09:13:14 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2003-06-09 09:13:14 +0800 |
commit | 9e299ad362f1381b4defa91a7aa1ec68a9f80085 (patch) | |
tree | 4206a8a91792335ec5abcf65425538aad5aa4f29 /lang | |
parent | 83dd5db962c7f31422c2adac6fa6c0664ad8c993 (diff) | |
download | freebsd-ports-graphics-9e299ad362f1381b4defa91a7aa1ec68a9f80085.tar.gz freebsd-ports-graphics-9e299ad362f1381b4defa91a7aa1ec68a9f80085.tar.zst freebsd-ports-graphics-9e299ad362f1381b4defa91a7aa1ec68a9f80085.zip |
Allow snobol to compile on IA-64, with thanks to:
Submitted by: Marcel Moolenaar <marcel@xcllnt.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/snobol/files/patch-af | 10 |
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 00000000000..7c1e4d41fb4 --- /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! */ |