mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- 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
11 lines
446 B
C
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)
|