Package: libmng Severity: normal Tags: patch Hi,
Please find attach a patch to support GNU/kFreeBSD. Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.3-10 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -u libmng-1.0.8/libmng_types.h libmng-1.0.8/libmng_types.h --- libmng-1.0.8/libmng_types.h +++ libmng-1.0.8/libmng_types.h @@ -167,7 +167,7 @@ #ifndef ZLIB_DLL #undef FAR #endif -#if defined(WIN32) || defined(linux) /* different header locations */ +#if defined(WIN32) || defined(linux) || defined(__FreeBSD_kernel__) /* different header locations */ #include "lcms.h" #else #include "lcms/lcms.h"

