summaryrefslogtreecommitdiff
path: root/math/yorick/patches/patch-ac
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-18 17:32:22 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-18 17:32:22 +0000
commitd8eab9a1a3e26e2ea89a596ec7500e8f3381845c (patch)
tree6eaeef213c51a4b081b3416c7dad8ede2de4cd94 /math/yorick/patches/patch-ac
parent98f6b22a825d6f7b4950e5a20b9fa2cda4b20a86 (diff)
downloadpkgsrc-d8eab9a1a3e26e2ea89a596ec7500e8f3381845c.tar.gz
bring an lseek prototype into scope - this makes it survive its own
installation test for me
Diffstat (limited to 'math/yorick/patches/patch-ac')
-rw-r--r--math/yorick/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/yorick/patches/patch-ac b/math/yorick/patches/patch-ac
new file mode 100644
index 00000000000..752349b8e07
--- /dev/null
+++ b/math/yorick/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2002/01/18 17:32:23 drochner Exp $
+
+--- Yorick/yio.h.orig Thu Dec 5 01:49:39 1996
++++ Yorick/yio.h Fri Jan 18 18:25:01 2002
+@@ -18,6 +18,7 @@
+ #ifndef NO_STDIO_H
+ #include <stdio.h>
+ #endif
++#include <unistd.h>
+
+ /* Here are the ANSI standard prototypes for all of the stdio.h functions
+ used by Yorick. The defintion of FILE is, of course, bogus,