]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - debian/patches/kfreebsd-compat
Change to source format 3.0 quilt.
[sven/exfat-utils.git] / debian / patches / kfreebsd-compat
diff --git a/debian/patches/kfreebsd-compat b/debian/patches/kfreebsd-compat
new file mode 100644 (file)
index 0000000..c4f1cf1
--- /dev/null
@@ -0,0 +1,13 @@
+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>