Date: Tue, 16 Dec 2014 23:28:14 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 196044] New: devel/icu: unbreak on mips Message-ID: <bug-196044-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196044 Bug ID: 196044 Summary: devel/icu: unbreak on mips Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: amdmi3@FreeBSD.org Flags: maintainer-feedback?(office@FreeBSD.org) Assignee: office@FreeBSD.org Created attachment 150659 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150659&action=edit Fix icu detects platform endianess by checking widely used BYTE_ORDER define. On FreeBSD, it is not defined unless sys/endian.h is included. As icu doesn't include that header, endianess detection breaks and defaults to little endian, which breaks at least mips build. The attached patch fixes it. Build checked on amd64, i386, armv6 and mips - all successfully. This fix should unblock many packages on mips and possibly other big endian architectures like sparc64. Related upstream ticket: https://ssl.icu-project.org/trac/ticket/11437 --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer office@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196044-25061>