Package: lcdproc
Version: 0.5.1-3
Severity: important
Tags: patch

Hi,

please find attached a tiny patch to allow the build on GNU/kFreeBSD
(full build logs are available on <http://experimental.ftbfs.de/>).
Adding kfreebsd-i386 and kfreebsd-amd64 to the control field would be
needed as well. Your package then builds fine, at least on kfreebsd-i386
(I've no kfreebsd-amd64 box).

Cheers,

-- 
Cyril Brulebois
--- lcdproc-0.5.1/clients/lcdproc/machine_Linux.c	2007-03-26 04:40:48.301054000 +0200
+++ lcdproc-0.5.1/clients/lcdproc/machine_Linux.c	2007-03-26 04:41:00.000000000 +0200
@@ -1,5 +1,5 @@
 
-#ifdef linux
+#if defined(linux) || defined(__GLIBC__)
 
 #include <sys/types.h>
 #include <stdlib.h>

Reply via email to