svn commit: r329042 - head/security/keepassx/files
John Marino
marino at FreeBSD.org
Wed Oct 2 12:15:04 UTC 2013
Author: marino
Date: Wed Oct 2 12:15:03 2013
New Revision: 329042
URL: http://svnweb.freebsd.org/changeset/ports/329042
Log:
security/keepassx: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Added:
head/security/keepassx/files/
head/security/keepassx/files/patch-src_lib_random.cpp (contents, props changed)
Added: head/security/keepassx/files/patch-src_lib_random.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/keepassx/files/patch-src_lib_random.cpp Wed Oct 2 12:15:03 2013 (r329042)
@@ -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>
More information about the svn-ports-all
mailing list