[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#544070: boinc: FTBFS on GNU/kFreeBSD



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


Reply to: