summaryrefslogtreecommitdiff
path: root/audio/jack/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/jack/patches/patch-ab')
-rw-r--r--audio/jack/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/jack/patches/patch-ab b/audio/jack/patches/patch-ab
new file mode 100644
index 00000000000..935638797ef
--- /dev/null
+++ b/audio/jack/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2006/06/23 14:44:04 jlam Exp $
+
+--- example-clients/transport.c.orig 2005-06-02 14:31:18.000000000 -0400
++++ example-clients/transport.c
+@@ -29,6 +29,10 @@
+ #include <jack/jack.h>
+ #include <jack/transport.h>
+
++#ifndef whitespace
++#define whitespace(c) (((c) == ' ') || ((c) == '\t'))
++#endif
++
+ char *package; /* program name */
+ int done = 0;
+ jack_client_t *client;