mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
security/keepassx: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
6dbdd84f5a
commit
a4a06e3a92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329042
10
security/keepassx/files/patch-src_lib_random.cpp
Normal file
10
security/keepassx/files/patch-src_lib_random.cpp
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user