Package: wdm Version: 1.28-2.2 Severity: important Tags: patch Hi,
currently your package FTBFS on GNU/kFreeBSD because of a missing OS detection, which is fixed by the attached patch. In case you need them, build logs are available on <http://experimental.ftbfs.de/>. Cheers, -- Cyril Brulebois
--- wdm-1.28/src/wdm/daemon.c 2007-04-05 06:35:04.851499000 +0200 +++ wdm-1.28/src/wdm/daemon.c 2007-04-05 06:35:20.000000000 +0200 @@ -41,7 +41,7 @@ #include <sys/ioctl.h> #endif #if defined(__osf__) || defined(linux) || defined(__GNU__) || defined(__CYGWIN__) \ - || (defined(IRIX) && !defined(_IRIX4)) + || (defined(IRIX) && !defined(_IRIX4)) || defined(__GLIBC__) #define setpgrp setpgid #endif #ifdef hpux