Package: jack-audio-connection-kit
Severity: important
Version: 0.116.1-2
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD,
the previous 0.116.1-1 have been built fine.
It is due to just enabled NetJack backend.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- drivers/netjack/net_driver.c~
+++ drivers/netjack/net_driver.c
@@ -493,7 +493,7 @@
{
int r;
-#ifdef __APPLE__
+#if !defined(MSG_CONFIRM)
static const int flag = 0;
#else
static const int flag = MSG_CONFIRM;
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]