diff options
-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... * |