From 5f34f360f9e82b15c639014a614da8175c27352b Mon Sep 17 00:00:00 2001 From: Richard Gallamore Date: Sun, 20 Aug 2017 18:33:15 +0000 Subject: Renamed to py-py-jack to match PyPI package name PR: 220990 Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12079 --- audio/py-py-jack/files/patch-pyjack.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 audio/py-py-jack/files/patch-pyjack.c (limited to 'audio/py-py-jack/files/patch-pyjack.c') diff --git a/audio/py-py-jack/files/patch-pyjack.c b/audio/py-py-jack/files/patch-pyjack.c new file mode 100644 index 000000000000..8cca602a3304 --- /dev/null +++ b/audio/py-py-jack/files/patch-pyjack.c @@ -0,0 +1,10 @@ +--- pyjack.c.orig 2017-07-24 23:24:04 UTC ++++ pyjack.c +@@ -40,7 +40,6 @@ TODO's: + // Global shared data for jack + + /* Uncomment the next line if you have Jack2 */ +-#define JACK2 1 + + + #define PYJACK_MAX_PORTS 256 -- cgit v1.2.3