Package: kwirelessmonitor Severity: important Tags: patch Hi,
kwirelessmonitor fails to build on GNU/kFreeBSD due to missing support. Please find attached a patch to fix that. Could you please add it in the next upload? Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32 Status: in BTS --- kwirelessmonitor-0.5.91.orig/src/wm_bsd.cpp +++ kwirelessmonitor-0.5.91/src/wm_bsd.cpp @@ -7,7 +7,7 @@ * * ***************************************************************************/ -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) #include <stdio.h> #include <stdlib.h> #include <string.h>