Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Aug 2019 19:13:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239420] devel/crc32c: fix build on big-endian architectures
Message-ID:  <bug-239420-7788-TkTRFjinpf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239420-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239420-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239420

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Thu Aug  1 19:12:17 UTC 2019
New revision: 507823
URL: https://svnweb.freebsd.org/changeset/ports/507823

Log:
  devel/crc32c: fix build on big-endian architectures

  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.

  PR:           239420
  Approved by:  amzo1337@gmail.com (maintainer), tcberner (mentor)
  Differential Revision:        https://reviews.freebsd.org/D21054

Changes:
  head/devel/crc32c/Makefile
  head/devel/crc32c/files/
  head/devel/crc32c/files/patch-src_crc32c__read__le.h

--=20
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-239420-7788-TkTRFjinpf>