X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=debian%2Fpatches%2Fkfreebsd-compat;fp=debian%2Fpatches%2Fkfreebsd-compat;h=c4f1cf1622a2ea5af63bca18cfb4c248f9421436;hp=0000000000000000000000000000000000000000;hb=3e087b72610a70c220968520659e2d2e2438f9bf;hpb=ba8bdbd4864a49fc1d38f7afa05d781ce260ab20 diff --git a/debian/patches/kfreebsd-compat b/debian/patches/kfreebsd-compat new file mode 100644 index 0000000..c4f1cf1 --- /dev/null +++ b/debian/patches/kfreebsd-compat @@ -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 + #include