Bug#544070: boinc: FTBFS on GNU/kFreeBSD

Petr Salinger Petr.Salinger at seznam.cz
Fri Aug 28 15:59:13 UTC 2009


> your package FTBFS on GNU/kFreeBSD due to some termios-related detection
> issues. Since I wanted to check whether that was the only problem, I've
> come to this very nasty hack, that might do for a while, until a proper
> solution is found.

Or just add "#include <unistd.h>" as shown bellow.

Petr

--- zip/unzip/unzpriv.h
+++ zip/unzip/unzpriv.h
@@ -22,6 +22,8 @@
  #ifndef __unzpriv_h   /* prevent multiple inclusions */
  #define __unzpriv_h

+#include <unistd.h>
+
  /* First thing: Signal all following code that we compile UnZip utilities! */
  #ifndef UNZIP
  #  define UNZIP






More information about the pkg-boinc-devel mailing list