1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- 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)
This commit is contained in:
Dmitry Marakasov 2014-12-25 17:32:32 +00:00
parent 4d5191dafc
commit 987c664982
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375591

View File

@ -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? */