FreeBSD Bugzilla – Attachment 158220 Details for
Bug 201248
security/p5-Crypt-RHash fails to build on arm6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 fix
security_p5-Crypt-RHash.patch (text/plain), 626 bytes, created by
Mikael Urankar
on 2015-07-01 13:19:25 UTC
(
hide
)
Description:
armv6 fix
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-07-01 13:19:25 UTC
Size:
626 bytes
patch
obsolete
>--- files/patch-librhash_byte__order.h (revision 0) >+++ files/patch-librhash_byte__order.h (working copy) >@@ -0,0 +1,11 @@ >+--- librhash/byte_order.h.orig 2015-06-06 17:04:58 UTC >++++ librhash/byte_order.h >+@@ -40,7 +40,7 @@ extern "C" { >+ __BYTE_ORDER == __LITTLE_ENDIAN) || \ >+ defined(CPU_IA32) || defined(CPU_X64) || \ >+ defined(__ia64) || defined(__ia64__) || defined(__alpha__) || defined(_M_ALPHA) || \ >+- defined(vax) || defined(MIPSEL) || defined(_ARM_) >++ defined(vax) || defined(MIPSEL) || defined(_ARM_) || defined(__arm__) >+ # define CPU_LITTLE_ENDIAN >+ # define IS_BIG_ENDIAN 0 >+ # define IS_LITTLE_ENDIAN 1
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
Actions:
View
|
Diff
Attachments on
bug 201248
: 158220