summaryrefslogtreecommitdiff
path: root/net/pen
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-11-22 08:12:24 +0000
committeritojun <itojun@pkgsrc.org>2001-11-22 08:12:24 +0000
commit2d388e67b5170e43ae7f58f37fc769eb32d598c5 (patch)
tree70dcebd601117223876e229f7b399a091f7ed734 /net/pen
parent1952e2549567a8199cc82a57cd1732603dd1644e (diff)
downloadpkgsrc-2d388e67b5170e43ae7f58f37fc769eb32d598c5.tar.gz
make it compile.
Diffstat (limited to 'net/pen')
-rw-r--r--net/pen/distinfo3
-rw-r--r--net/pen/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/pen/distinfo b/net/pen/distinfo
index 5cba6390a32..105db43abad 100644
--- a/net/pen/distinfo
+++ b/net/pen/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/09/13 15:09:38 rh Exp $
+$NetBSD: distinfo,v 1.3 2001/11/22 08:12:24 itojun Exp $
SHA1 (pen-0.4.0.tar.gz) = a64afa4ae47f55ff5378c13fe7e08c67a2a2d246
Size (pen-0.4.0.tar.gz) = 45810 bytes
+SHA1 (patch-aa) = 43433a389216fd1d91307fceddf8a487a55c6ea7
diff --git a/net/pen/patches/patch-aa b/net/pen/patches/patch-aa
new file mode 100644
index 00000000000..2d2de2f75fc
--- /dev/null
+++ b/net/pen/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2001/11/22 08:12:25 itojun Exp $
+
+--- pen.c- Thu Nov 22 17:07:15 2001
++++ pen.c Thu Nov 22 17:07:26 2001
+@@ -17,6 +17,7 @@
+ MA 02111-1307, USA.
+ */
+
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <ctype.h>
+ #include <errno.h>