Package: tellico Severity: important Tags: patch Hi,
The current version of tellico 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)
Author: aurel32 Status: in BTS --- tellico-1.0.orig/src/translators/freedb_util.cpp +++ tellico-1.0/src/translators/freedb_util.cpp @@ -58,7 +58,7 @@ * to compile on Solaris */ #define cdte_track_address cdte_addr.lba -#elif defined(__FreeBSD__) +#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) #include <netinet/in.h> #include <sys/cdio.h>

