From 987c664982f2507f8bb0e50ac70da31f78c3c1b6 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 25 Dec 2014 17:32:32 +0000 Subject: - 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) --- devel/icu/files/patch-common__unicode__platform.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devel/icu/files/patch-common__unicode__platform.h 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 -+# endif - # define U_PLATFORM U_PF_BSD - #elif defined(sun) || defined(__sun) - /* Check defined(__SVR4) || defined(__svr4__) to distinguish Solaris from SunOS? */ -- cgit v1.2.3