diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-11-15 12:45:03 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-11-15 12:45:03 +0000 |
commit | 27bf1f9b028e94868235df86a4e8e97e2f659ed9 (patch) | |
tree | 54b260a8eeb5a2f8115886a34acdeaa9495c058e /security/keepassx | |
parent | 07d8868ecfe7063a9023ab78d83585b219e5f764 (diff) |
Notes
Diffstat (limited to 'security/keepassx')
-rw-r--r-- | security/keepassx/files/patch-src__lib__AutoTypeX11.cpp | 10 | ||||
-rw-r--r-- | security/keepassx/files/patch-src__lib__random.cpp | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/security/keepassx/files/patch-src__lib__AutoTypeX11.cpp b/security/keepassx/files/patch-src__lib__AutoTypeX11.cpp new file mode 100644 index 000000000000..3423ea74d614 --- /dev/null +++ b/security/keepassx/files/patch-src__lib__AutoTypeX11.cpp @@ -0,0 +1,10 @@ +--- ./src/lib/AutoTypeX11.cpp.orig 2009-09-13 14:43:10.000000000 +0000 ++++ ./src/lib/AutoTypeX11.cpp 2013-09-21 15:37:54.600146755 +0000 +@@ -23,6 +23,7 @@ + #include "mainwindow.h" + #include "lib/HelperX11.h" + #include <QX11Info> ++#include <time.h> + + #ifndef GLOBAL_AUTOTYPE + AutoType* autoType = NULL; 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..a33ae854030b --- /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 2013-09-21 15:37:54.599146989 +0000 +@@ -19,6 +19,7 @@ + ***************************************************************************/ + + #include "random.h" ++#include <unistd.h> + + + #if defined(Q_WS_X11) || defined(Q_WS_MAC) |