Package: boxes Severity: important Version: 1.0.1a-2.1 Tags: patch
Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- src/config.h~ +++ src/config.h @@ -41,7 +41,7 @@ #define CONFIG_H -#if defined(__linux__) +#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__) #define _GNU_SOURCE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]