diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-25 17:32:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-25 17:32:32 +0000 |
commit | 987c664982f2507f8bb0e50ac70da31f78c3c1b6 (patch) | |
tree | d7768643d82faa80a353b499935f3c4bd0aee920 | |
parent | - Update to 2.131 (diff) |
- Roll back r374962 (Fix build in MIPS (and other big-endian archs) by addin an include needed for proper endianess detection) as it breaks build on i386 < 10.x until proper solution is found
PR: 196044
Approved by: bapt (implicit)
-rw-r--r-- | devel/icu/files/patch-common__unicode__platform.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/icu/files/patch-common__unicode__platform.h b/devel/icu/files/patch-common__unicode__platform.h deleted file mode 100644 index ed13e2d30e92..000000000000 --- a/devel/icu/files/patch-common__unicode__platform.h +++ /dev/null @@ -1,12 +0,0 @@ ---- common/unicode/platform.h.orig 2013-09-12 03:46:50.000000000 +0400 -+++ common/unicode/platform.h 2014-12-16 03:44:56.000000000 +0300 -@@ -152,6 +152,9 @@ - # define U_PLATFORM U_PF_DARWIN - # endif - #elif defined(BSD) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__MirBSD__) -+# if defined(__FreeBSD__) -+# include <sys/endian.h> -+# endif - # define U_PLATFORM U_PF_BSD - #elif defined(sun) || defined(__sun) - /* Check defined(__SVR4) || defined(__svr4__) to distinguish Solaris from SunOS? */ |