freebsd-ports/audio/jack/files/patch-jackd_engine.c
Jeremy Messenger 32c736cbe2 - Fix the jackd getting into infinite loop on client disconnect. [1] [2]
- Fix a Linuxish, md5sum -> md5 -q (thanks flz) that will put a correct info
  in one of header (jack_md5.h).
- Remove 'Author' from pkg-descr.
- Bump the PORTREVISION.

PR:		ports/99323 [1] and ports/106428 [2]
Reported by:	markzero <markzero@corolla.ath.cx> [1]
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl> [2]
2006-12-07 19:42:00 +00:00

11 lines
416 B
C

--- jackd/engine.c.orig Wed Dec 6 23:40:20 2006
+++ jackd/engine.c Wed Dec 6 23:40:58 2006
@@ -1444,7 +1444,7 @@
(engine, pfd[i].fd)) {
jack_error ("could not handle external"
" client request");
-#ifdef JACK_USE_MACH_THREADS
+#if 1
/* poll is implemented using
select (see the macosx/fakepoll
code). When the socket is closed