pkgsrc/audio/jack/patches/patch-ab

16 lines
397 B
Text
Raw Normal View History

$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;