FreeBSD Bugzilla – Attachment 204991 Details for
Bug 238502
graphics/libjxr: fix build on big-endian architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libjxr.patch (text/plain), 421 bytes, created by
Piotr Kubaj
on 2019-06-11 18:16:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-06-11 18:16:55 UTC
Size:
421 bytes
patch
obsolete
>Index: files/patch-jxrlib_warnings >=================================================================== >--- files/patch-jxrlib_warnings (revision 503613) >+++ files/patch-jxrlib_warnings (working copy) >@@ -12,7 +12,7 @@ > -#ifdef _BIG__ENDIAN_ > -#define _byteswap_ulong(x) (x) > -#else // _BIG__ENDIAN_ >-+#ifndef _BIG__ENDIAN__ >++#ifndef _BIG__ENDIAN_ > U32 _byteswap_ulong(U32 bits) > { > U32 r = (bits & 0xffu) << 24;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
freebsd-2024
)
Actions:
View
|
Diff
Attachments on
bug 238502
: 204991