aboutsummaryrefslogtreecommitdiff
path: root/sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h
blob: 89659d3840369f64568dbb9ed6b7f6fbe35d209d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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...                *