summaryrefslogtreecommitdiff
path: root/audio/rplay/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-07-19 23:46:19 +0000
committerhubertf <hubertf>1999-07-19 23:46:19 +0000
commit03cb934ae787742060ea0a4ceb5898e915bd4b50 (patch)
tree57642abd9a8114b2e61918835b4f1792d158fb9f /audio/rplay/patches
parent6abca01e2ac2d884fb96a2fbb8948d272ca051c1 (diff)
downloadpkgsrc-03cb934ae787742060ea0a4ceb5898e915bd4b50.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/rplay/patches')
-rw-r--r--audio/rplay/patches/patch-ai12
1 files changed, 12 insertions, 0 deletions
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;