ports/sysutils/fusefs-exfat/files/patch-libexfat_platform.h
Jan Beich a78b6c42d3 sysutils/*exfat*: update to 1.2.4
- Chase project move to GitHub
- Chase patent licensing URL [1]
- Restore GPLv2 after r328060 [2]
- Fix build on DragonFly
- Drop unused iconv dependency

PR:		199874, 210823
PR:		210162 [1]
Suggested by:	decke, tijl [2] (via bug 193629)
Approved by:	maintainer timeout (2 weeks)
MFH:		2016Q3
2016-07-18 18:29:59 +00:00

11 lines
446 B
C

--- libexfat/platform.h.orig 2016-06-03 05:30:35 UTC
+++ libexfat/platform.h
@@ -46,7 +46,7 @@
#define EXFAT_LITTLE_ENDIAN LITTLE_ENDIAN
#define EXFAT_BIG_ENDIAN BIG_ENDIAN
-#elif defined(__FreeBSD__) || defined(__DragonFlyBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/endian.h>
#define exfat_bswap16(x) bswap16(x)