]> git.pld-linux.org Git - packages/KeePassX.git/commitdiff
gcc fixes from fedora
authorElan Ruusamäe <glen@delfi.ee>
Sat, 29 Sep 2012 10:53:19 +0000 (13:53 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 29 Sep 2012 10:53:19 +0000 (13:53 +0300)
keepassx-0.3.3-gcc43.patch [new file with mode: 0644]
keepassx-0.4.3-gcc47.patch [new file with mode: 0644]

diff --git a/keepassx-0.3.3-gcc43.patch b/keepassx-0.3.3-gcc43.patch
new file mode 100644 (file)
index 0000000..f934b89
--- /dev/null
@@ -0,0 +1,11 @@
+diff -up ./src/lib/random.cpp.gcc43 ./src/lib/random.cpp
+--- ./src/lib/random.cpp.gcc43 2008-05-10 11:00:47.000000000 +0200
++++ ./src/lib/random.cpp       2008-08-23 09:28:46.000000000 +0200
+@@ -19,6 +19,7 @@
+  ***************************************************************************/
+ #include "random.h"
++#include <cstdlib>
+ #if defined(Q_WS_X11) || defined(Q_WS_MAC)
diff --git a/keepassx-0.4.3-gcc47.patch b/keepassx-0.4.3-gcc47.patch
new file mode 100644 (file)
index 0000000..6593505
--- /dev/null
@@ -0,0 +1,11 @@
+diff -up keepassx-0.4.3/src/lib/random.cpp.gcc47 keepassx-0.4.3/src/lib/random.cpp
+--- keepassx-0.4.3/src/lib/random.cpp.gcc47    2012-03-30 18:17:25.913476536 -0400
++++ keepassx-0.4.3/src/lib/random.cpp  2012-03-30 18:17:33.346409646 -0400
+@@ -20,6 +20,7 @@
+ #include "random.h"
+ #include <cstdlib>
++#include <unistd.h>
+ #if defined(Q_WS_X11) || defined(Q_WS_MAC)
This page took 0.111551 seconds and 5 git commands to generate.