svn commit: r513735 - head/sysutils/passwordsafe/files
Mark Linimon
linimon at FreeBSD.org
Thu Oct 3 21:14:07 UTC 2019
Author: linimon
Date: Thu Oct 3 21:14:06 2019
New Revision: 513735
URL: https://svnweb.freebsd.org/changeset/ports/513735
Log:
Add file missed in r497148.
Pointyhat to: linimon
PR: 236799
Submitted by: pkubaj
Approved by: portmgr (tier-2 blanket)
Added:
head/sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h (contents, props changed)
Added: head/sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/passwordsafe/files/patch-src_core_PwsPlatform.h Thu Oct 3 21:14:06 2019 (r513735)
@@ -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... *
More information about the svn-ports-all
mailing list