Package: wmlongrun
Version: 0.3.0-pre1-4.1
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> checking for IceConnectionNumber in -lICE... yes
> checking for XShapeCombineMask in -lXext... yes
> checking for XpmCreatePixmapFromData in -lXpm... yes
> checking host system type... i686-unknown-kfreebsd6.2-gnu
> 
> kfreebsd6.2-gnu is NOT supported
> 
> make: *** [clean] Error 1

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=wmlongrun>.

Please find attached a patch to fix this, which (once applied and
"autoconf" run) allows to build fine at least on GNU/kFreeBSD, and maybe
GNU/Hurd as well.

Please also update your config.{guess,sub} scripts with autotools-dev's
ones. More information about auto-updating them: available in
autotools-dev's README.Debian.

Cheers,

-- 
Cyril Brulebois
--- wmlongrun-0.3.0-pre1/configure.in   2007-03-20 17:40:52.350582000 +0100
+++ wmlongrun-0.3.0-pre1/configure.in   2007-03-20 17:41:07.000000000 +0100
@@ -83,7 +83,7 @@
 
 arch=""
 case ${host_os} in
-linux*)
+linux*|k*bsd*|gnu*)
   SETUID_FLAGS="-m 4755 -o root -g root"
   OS=linux
   AC_DEFINE(LINUX)

Reply via email to