summaryrefslogtreecommitdiff
path: root/wm/pwm
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/pwm
parent976aced7d86aceabd1c37166ed7f77cab74165a9 (diff)
downloadpkgsrc-bdd69413f2139858fcadeb75c4c5d7b32b28a087.tar.gz
add missing header (string.h) to keep alpha's happy.
Diffstat (limited to 'wm/pwm')
-rw-r--r--wm/pwm/distinfo3
-rw-r--r--wm/pwm/patches/patch-ac10
2 files changed, 12 insertions, 1 deletions
diff --git a/wm/pwm/distinfo b/wm/pwm/distinfo
index fa8f0947577..df3bf883f9d 100644
--- a/wm/pwm/distinfo
+++ b/wm/pwm/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/04/17 16:03:46 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/05/07 12:12:07 dmcmahill Exp $
SHA1 (pwm-1.0.tar.gz) = 79c708a2a6260a06bc8dc586110578bf23aa01e7
Size (pwm-1.0.tar.gz) = 93239 bytes
SHA1 (patch-aa) = 08d7996cf6bdd3783fb868086bdfc57e723df4df
SHA1 (patch-ab) = 0f9f9329cfa2b0a8a9eb178ec19e92935aa2c823
+SHA1 (patch-ac) = d2d5f2df47e416ecd7d1c0e80346cb5ea733669a
diff --git a/wm/pwm/patches/patch-ac b/wm/pwm/patches/patch-ac
new file mode 100644
index 00000000000..d7390748f03
--- /dev/null
+++ b/wm/pwm/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 2001/05/07 12:12:07 dmcmahill Exp $
+
+--- event.c.orig Sat Jul 1 08:37:50 2000
++++ 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>