aboutsummaryrefslogtreecommitdiff
path: root/security/keepassx
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-02 12:15:03 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-02 12:15:03 +0000
commita4a06e3a92be839546335ad49ff171a91ebf957a (patch)
tree747c35c545f8b4ff42e8af0664e60c36dd7117f4 /security/keepassx
parent6dbdd84f5ac26ed8d75ea3b11265f1b8658fd897 (diff)
downloadports-a4a06e3a92be839546335ad49ff171a91ebf957a.tar.gz
ports-a4a06e3a92be839546335ad49ff171a91ebf957a.zip
Notes
Diffstat (limited to 'security/keepassx')
-rw-r--r--security/keepassx/files/patch-src_lib_random.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/keepassx/files/patch-src_lib_random.cpp b/security/keepassx/files/patch-src_lib_random.cpp
new file mode 100644
index 000000000000..c9fe3aa16d25
--- /dev/null
+++ b/security/keepassx/files/patch-src_lib_random.cpp
@@ -0,0 +1,10 @@
+--- src/lib/random.cpp.orig 2009-06-28 14:22:31.000000000 +0000
++++ src/lib/random.cpp
+@@ -29,6 +29,7 @@
+ #include <QSysInfo>
+ #endif
+
++#include <unistd.h>
+ #include <QCryptographicHash>
+ #include <QCursor>
+ #include <QDataStream>