Summary: | graphics/libjxr: fix build on big-endian architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | freebsd-2024 | ||||
Priority: | --- | Flags: | freebsd-2024:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: pkubaj Date: Fri Jun 14 07:03:37 UTC 2019 New revision: 504164 URL: https://svnweb.freebsd.org/changeset/ports/504164 Log: graphics/libjxr: fix build on big-endian architectures _BIG__ENDIAN__ should be spelled _BIG__ENDIAN_ (one _ too much). PR: 238502 Approved by: mi@ALDAN.algebra.com (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20620 Changes: head/graphics/libjxr/files/patch-jxrlib_warnings |
Created attachment 204991 [details] patch _BIG__ENDIAN__ should be spelled _BIG__ENDIAN_ (one _ too much).