Package: wmmemmon
Version: 1.0.1-2.1
Severity: important
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/>.
(Note: I forgot to mention that in my bugreport against wmmemload
some minutes ago, but the configure file has to be refreshed, using
autoconf.)
Cheers,
--
Cyril Brulebois
--- wmmemmon-1.0.1/configure.ac 2007-03-20 18:00:22.588109000 +0100
+++ wmmemmon-1.0.1/configure.ac 2007-03-20 18:00:32.000000000 +0100
@@ -95,7 +95,7 @@
ignore_wired=no
case ${target_os} in
-linux*)
+linux*|k*bsd*|gnu*)
OS=linux
ignore_buffers=yes
ignore_cached=yes