Date: Mon, 21 Mar 2016 14:04:21 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411564 - head/security/p5-Crypt-RHash/files Message-ID: <201603211404.u2LE4LX4089784@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Mar 21 14:04:21 2016 New Revision: 411564 URL: https://svnweb.freebsd.org/changeset/ports/411564 Log: Fix build on arm6. PR: 201248 Submitted by: mikael urankar gmail com Sponsored by: Absolight Added: head/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h (contents, props changed) head/security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h (contents, props changed) - copied, changed from r411563, head/security/p5-Crypt-RHash/files/patch-librhash__rhash_torrent.h Deleted: head/security/p5-Crypt-RHash/files/patch-librhash__rhash_torrent.h Added: head/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Crypt-RHash/files/patch-librhash_byte__order.h Mon Mar 21 14:04:21 2016 (r411564) @@ -0,0 +1,11 @@ +--- librhash/byte_order.h.orig 2014-01-29 13:28:04 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 Copied and modified: head/security/p5-Crypt-RHash/files/patch-librhash_rhash__torrent.h (from r411563, head/security/p5-Crypt-RHash/files/patch-librhash__rhash_torrent.h) ==============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603211404.u2LE4LX4089784>