diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-10-03 21:14:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-10-03 21:14:06 +0000 |
commit | cc49f21d9dd8762e1371e61d491cc5f3bc7c7167 (patch) | |
tree | bc346408c5440e36beb59417f20536ee916834ca | |
parent | multimedia/x265: update to 3.2 (diff) |
Add file missed in r497148.
Pointyhat to: linimon
PR: 236799
Submitted by: pkubaj
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=513735
-rw-r--r-- | sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h b/sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h new file mode 100644 index 000000000000..89659d384036 --- /dev/null +++ b/sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h @@ -0,0 +1,11 @@ +--- src/core/PwsPlatform.h.orig 2019-03-26 09:46:50 UTC ++++ src/core/PwsPlatform.h +@@ -140,6 +140,8 @@ + #define LTC_NO_ROLC + #if defined(__i386__) || defined(__amd64__) + #define PWS_LITTLE_ENDIAN ++#elif defined(__ppc__) ++#define PWS_BIG_ENDIAN + #endif + // ********************************************** + // * Add other platforms here... * |