1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/mypasswordsafe/files/patch-src__myendian.h
Alejandro Pulver c22052f6b7 MyPasswordSafe is a straight-forward, easy-to-use password manager that
maintains compatibility with Password Safe files. MyPasswordSafe has the
following features:

* Safes are encrypted when they are stored to disk.
* Passwords never have to be seen, because they are copied to the clipboard.
* Random passwords can be generated.
* Window size, position, and column widths are remembered.
* Passwords remain encrypted until they need to be decrypted at the dialog and
  file levels.
* A safe can be made active so it will always be opened when MyPasswordSafe
  starts.
* Supports Unicode in the safes.
* Languages supported: English and French.

WWW: http://www.semanticgap.com/myps/
2006-12-17 20:29:05 +00:00

12 lines
317 B
C

--- ./src/myendian.h.orig Mon Nov 1 20:23:03 2004
+++ ./src/myendian.h Sun Nov 26 20:50:13 2006
@@ -8,7 +8,7 @@
# define BYTE_ORDER LITTLE_ENDIAN
# endif
#else
-# ifdef __NetBSD__
+# if defined(__NetBSD__) || defined(__FreeBSD__)
# include <sys/endian.h>
# elif __APPLE__
# include <ppc/endian.h>