Package: boost1.36
Severity: important
Version: 1.36.0-9
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD, see
http://buildd.debian-ports.org/status/package.php?p=boost1.36

It needs small tweak, see bellow.

It would also be nice if you can ask upstream
to include this "#include <unistd.h>".

Thanks in advance

                        Petr


--- boost1.36-1.36.0/tools/jam/src/jam.h
+++ boost1.36-1.36.0/tools/jam/src/jam.h
@@ -418,6 +418,10 @@
 # include <stdlib.h>
 # endif

+# ifdef __GLIBC__
+# include <unistd.h>
+# endif
+
 # if !defined(OS_BSDI) && \
      !defined(OS_FREEBSD) && \
      !defined(OS_DRAGONFLYBSD) && \




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to