Package: wmmemload
Version: 0.1.6-1
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD due to the lack of OS
detection. Please find attached a patch to fix this, at least on
GNU/kFreeBSD and possibly on GNU(/Hurd).

BTW, the build logs are available on <http://experimental.ftbfs.de/>.

Cheers,

-- 
Cyril Brulebois
--- wmmemload-0.1.6/configure.ac        2007-03-20 17:52:04.021599000 +0100
+++ wmmemload-0.1.6/configure.ac        2007-03-20 17:52:14.000000000 +0100
@@ -92,7 +92,7 @@
 ignore_wired=no
 
 case ${host_os} in
-linux*)
+linux*|k*bsd*|gnu*)
   OS=linux
   ignore_buffers=yes
   ignore_cached=yes

Reply via email to