summaryrefslogtreecommitdiff
path: root/wm/ion
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-05-07 12:12:07 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-05-07 12:12:07 +0000
commitbdd69413f2139858fcadeb75c4c5d7b32b28a087 (patch)
treed112ae934a27ae6c61f7eda285c8dd442e34ed05 /wm/ion
parent976aced7d86aceabd1c37166ed7f77cab74165a9 (diff)
downloadpkgsrc-bdd69413f2139858fcadeb75c4c5d7b32b28a087.tar.gz
add missing header (string.h) to keep alpha's happy.
Diffstat (limited to 'wm/ion')
-rw-r--r--wm/ion/distinfo3
-rw-r--r--wm/ion/patches/patch-ac10
2 files changed, 12 insertions, 1 deletions
diff --git a/wm/ion/distinfo b/wm/ion/distinfo
index 98cd6236fc3..672be188c87 100644
--- a/wm/ion/distinfo
+++ b/wm/ion/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/04/22 13:32:28 zuntum Exp $
+$NetBSD: distinfo,v 1.2 2001/05/07 12:15:11 dmcmahill Exp $
SHA1 (ion-20010314.tar.gz) = f25cd3217a85fe8ca542ec1d2bb02ffea1b1e1e9
Size (ion-20010314.tar.gz) = 146185 bytes
SHA1 (patch-aa) = ae5fd844f89bf11d64f1f977219d70e8f868289c
SHA1 (patch-ab) = e03d4705e0f7885d3ae5d256fda7c405fe408384
+SHA1 (patch-ac) = 302f20d54304164612d04636642a88d0565da75d
diff --git a/wm/ion/patches/patch-ac b/wm/ion/patches/patch-ac
new file mode 100644
index 00000000000..6249f204bd7
--- /dev/null
+++ b/wm/ion/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 2001/05/07 12:15:12 dmcmahill Exp $
+
+--- src/event.c.orig Sat Jul 1 08:37:50 2000
++++ src/event.c Mon May 7 08:09:23 2001
+@@ -7,4 +7,5 @@
+
+ #include <stdlib.h>
++#include <string.h>
+ #include <unistd.h>
+ #include <sys/time.h>