View | Details | Raw Unified | Return to bug 196044
Collapse All | Expand All

(-)files/patch-common__unicode__platform.h (+12 lines)
Line 0 Link Here
1
--- common/unicode/platform.h.orig	2013-09-12 03:46:50.000000000 +0400
2
+++ common/unicode/platform.h	2014-12-16 03:44:56.000000000 +0300
3
@@ -152,6 +152,9 @@
4
 #       define U_PLATFORM U_PF_DARWIN
5
 #   endif
6
 #elif defined(BSD) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__MirBSD__)
7
+#   if defined(__FreeBSD__)
8
+#       include <sys/endian.h>
9
+#   endif
10
 #   define U_PLATFORM U_PF_BSD
11
 #elif defined(sun) || defined(__sun)
12
     /* Check defined(__SVR4) || defined(__svr4__) to distinguish Solaris from SunOS? */

Return to bug 196044