Package: bitlbee Severity: important Tags: patch Hi,
The current version of bitlbee fails to build on GNU/kFreeBSD. Please find attached a small patch to fix that. It would be nice if you can include it in your next upload. Thanks for your cooperation, 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)
--- bitlbee-0.92.orig/configure +++ bitlbee-0.92/configure @@ -331,7 +331,7 @@ echo echo Architecture: $arch case "$arch" in -Linux ) +Linux | GNU*) echo 'Linux is our primary development platform, BitlBee should work well.' ;; *BSD )