summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-07-19 23:46:19 +0000
committerhubertf <hubertf>1999-07-19 23:46:19 +0000
commit9a36a0a43372e784652b00b100fd7d6e1f3fddf2 (patch)
tree57642abd9a8114b2e61918835b4f1792d158fb9f /audio
parent7bed9e6acb49fd28178b70e92d54687befbe754b (diff)
downloadpkgsrc-9a36a0a43372e784652b00b100fd7d6e1f3fddf2.tar.gz
Fix signal handling yb including <signal.h>
Patch provided in PR 7230 by Mason Loring Bliss <mason@acheron.middleboro.ma.us>
Diffstat (limited to 'audio')
-rw-r--r--audio/rplay/files/patch-sum3
-rw-r--r--audio/rplay/patches/patch-ai12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/rplay/files/patch-sum b/audio/rplay/files/patch-sum
index 51f089fcd64..8ab1a6d1ba6 100644
--- a/audio/rplay/files/patch-sum
+++ b/audio/rplay/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:14 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/07/19 23:46:19 hubertf Exp $
MD5 (patch-aa) = 2de25c74db0d2fb5350c3cb9015c417a
MD5 (patch-ab) = 3d9cb679a5b603461b7a35b9d32f8f9e
@@ -7,3 +7,4 @@ MD5 (patch-ad) = b79b042ca97ac9bb83b97d2c1e5c3bcc
MD5 (patch-af) = ec41972ce9630a213d43ec1f538e1121
MD5 (patch-ag) = c85d42af17145c1f0ad3d456921ab3a1
MD5 (patch-ah) = f5f0ca854711d3f616c8968a4e520e2d
+MD5 (patch-ai) = 9790b79a85e0dcc96428f919d7eddabe
diff --git a/audio/rplay/patches/patch-ai b/audio/rplay/patches/patch-ai
new file mode 100644
index 00000000000..b436ef08f17
--- /dev/null
+++ b/audio/rplay/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 1999/07/19 23:46:20 hubertf Exp $
+
+--- rplayd/timer.h.orig Tue Jul 20 01:33:57 1999
++++ rplayd/timer.h Tue Jul 20 01:34:12 1999
+@@ -27,6 +27,7 @@
+ #include "config.h"
+ #endif
+
++#include <signal.h>
+ #include <sys/types.h>
+
+ extern double timer_rate;