Bug#510127: jack-audio-connection-kit: FTBFS on GNU/kFreeBSD

Petr Salinger Petr.Salinger at seznam.cz
Mon Dec 29 15:48:07 UTC 2008


Package: jack-audio-connection-kit
Severity: important
Version: 0.116.1-2
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
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;






More information about the pkg-multimedia-maintainers mailing list