Add d/patches/kfreebsd-compat so we can build on GNU/kfreebsd.
+exfat-utils (1.2.1-2) UNRELEASED; urgency=low
+
+ * Change to source format 3.0 quilt.
+ * Add d/patches/kfreebsd-compat so we can build on GNU/kfreebsd.
+
+ -- Sven Hoexter <hoexter@debian.org> Thu, 08 Oct 2015 14:34:03 +0200
+
exfat-utils (1.2.1-1) unstable; urgency=low
* New upstream release.
--- /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(__GLIBC__)
+
+ #include <endian.h>
+ #include <byteswap.h>
--- /dev/null
+kfreebsd-compat