Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 21:14:06 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513735 - head/sysutils/passwordsafe/files
Message-ID:  <201910032114.x93LE6Jr093266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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...                *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910032114.x93LE6Jr093266>