-fuse-exfat (1.2.1-2) unstable; urgency=low
+fuse-exfat (1.2.1-2) UNRELEASED; urgency=low
* Change source format to 3.0.
+ * Add d/patches/kfreebsd-compat to support kfreebsd.
- --
+ -- Sven Hoexter <hoexter@debian.org> Wed, 07 Oct 2015 13:06:29 +0200
fuse-exfat (1.2.1-1) unstable; urgency=low
--- /dev/null
+Index: fuse-exfat/libexfat/platform.h
+===================================================================
+--- fuse-exfat.orig/libexfat/platform.h
++++ fuse-exfat/libexfat/platform.h
+@@ -24,7 +24,7 @@
+ #ifndef PLATFORM_H_INCLUDED
+ #define PLATFORM_H_INCLUDED
+
+-#if defined(__linux__)
++#if defined(__linux__) || (defined(__FreeBSD_kernel__) && defined(__GLIBC__))
+
+ #include <endian.h>
+ #include <byteswap.h>