summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/MyPasswordSafe/patches/patch-ab')
-rw-r--r--security/MyPasswordSafe/patches/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/MyPasswordSafe/patches/patch-ab b/security/MyPasswordSafe/patches/patch-ab
new file mode 100644
index 00000000000..2d14ddc9e85
--- /dev/null
+++ b/security/MyPasswordSafe/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/10/06 00:13:20 wiz Exp $
+
+--- src/pwsafe/PwsPlatform.h.orig 2004-05-05 00:48:46.000000000 +0200
++++ src/pwsafe/PwsPlatform.h
+@@ -3,7 +3,11 @@
+ #ifndef PwsPlatform_h
+ #define PwsPlatform_h
+
++#ifdef __NetBSD__
++#include <sys/endian.h>
++#else
+ #include <endian.h>
++#endif
+
+ #ifndef BYTE_ORDER
+ #error BYTE_ORDER not defined