diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-02 12:15:03 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-02 12:15:03 +0000 |
commit | a4a06e3a92be839546335ad49ff171a91ebf957a (patch) | |
tree | 747c35c545f8b4ff42e8af0664e60c36dd7117f4 /security/keepassx | |
parent | 6dbdd84f5ac26ed8d75ea3b11265f1b8658fd897 (diff) | |
download | ports-a4a06e3a92be839546335ad49ff171a91ebf957a.tar.gz ports-a4a06e3a92be839546335ad49ff171a91ebf957a.zip |
Notes
Diffstat (limited to 'security/keepassx')
-rw-r--r-- | security/keepassx/files/patch-src_lib_random.cpp | 10 |
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> |