Package: crashmail Version: 0.71-3 Severity: important Tags: patch User: [email protected] Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. Thanks in advance Petr --- src/jamlib/jam.h +++ src/jamlib/jam.h @@ -41,7 +41,7 @@ #include <ctype.h> #include <stdint.h> -#ifndef linux +#ifndef __GLIBC__ typedef uint16_t ushort; /* must be 16 bits wide */ typedef uint32_t ulong; /* must be 32 bits wide */ #endif -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

