summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2017-01-17 10:52:27 -0500
committerNathan Angelacos <nangel@alpinelinux.org>2017-01-17 10:52:27 -0500
commit017db1021ae30e12d0528603392306722308212f (patch)
tree9fc70b9ec8eac0d91f41f0a4adcca59929b288c1
parent76cd25d41b788584332675a9582228dce92258a1 (diff)
downloadaports-017db1021ae30e12d0528603392306722308212f.tar.bz2
aports-017db1021ae30e12d0528603392306722308212f.tar.xz
"keypass 2.0.3 compiles"
-rw-r--r--keepassx/0002-fcntl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/keepassx/0002-fcntl.patch b/keepassx/0002-fcntl.patch
new file mode 100644
index 0000000..08687e3
--- /dev/null
+++ b/keepassx/0002-fcntl.patch
@@ -0,0 +1,12 @@
+diff --git a/src/core/qlockfile_unix.cpp b/src/core/qlockfile_unix.cpp
+index 5b3add3..96e6b2a 100644
+--- a/src/core/qlockfile_unix.cpp
++++ b/src/core/qlockfile_unix.cpp
+@@ -43,6 +43,7 @@
+ #include <sys/file.h> // flock
+ #include <sys/types.h> // kill
+ #include <signal.h> // kill
++#include <fcntl.h>
+ #include <unistd.h> // gethostname
+
+ #include <errno.h>