[Bug 239420] devel/crc32c: fix build on big-endian architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 24 07:30:19 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239420
Bug ID: 239420
Summary: devel/crc32c: fix build on big-endian architectures
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: pkubaj at FreeBSD.org
CC: amzo1337 at gmail.com
Flags: maintainer-feedback?(amzo1337 at gmail.com)
CC: amzo1337 at gmail.com
Created attachment 206029
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206029&action=edit
patch
C++11 compiler is needed:
Target "crc32c" requires the language dialect "CXX11" , but CMake does not
know the compile flags to use to enable it.
Additionally, big-endian code in src/crc32c_read_le.h needs fixing - the value
is 64 bits wide, not 32 bits.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list