Package: gurlchecker Version: 0.11-2 Severity: important Tags: patch User: [email protected] Usertags: kfreebsd
Hi, a tiny tweak is needed for your package to build on GNU/kFreeBSD. One could be even more precise and add a specific #elif but I'm not sure it's worth the trouble. Your call. Thanks for considering. Mraw, KiBi.
--- gurlchecker-0.11.orig/src/general.h +++ gurlchecker-0.11/src/general.h @@ -68,7 +68,7 @@ * * Macro to determine the system we are running on. */ -#ifdef __linux__ +#if defined(__linux__) || defined(__GLIBC__) #define UC_SYSTEM_NAME "Linux" #include <sys/vfs.h> #elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)

