summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Артур Курков2012-08-11 05:35:27 +0200
committer Robby Workman2012-08-11 05:35:27 +0200
commitc9be4913c88c749f8f407fba31e3d2f30688c888 (patch)
treec2cc0af15217829e7c6dd93f1eeef6854ea903dc /office
parent8cf6f4066d17cd4a2703fe985d2fd11e95d2f411 (diff)
downloadslackbuilds-c9be4913c88c749f8f407fba31e3d2f30688c888.tar.gz
office/keepassx: Fix build with gcc47
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/keepassx/keepassx-0.4.3-gcc47.patch12
-rw-r--r--office/keepassx/keepassx.SlackBuild4
2 files changed, 15 insertions, 1 deletions
diff --git a/office/keepassx/keepassx-0.4.3-gcc47.patch b/office/keepassx/keepassx-0.4.3-gcc47.patch
new file mode 100644
index 0000000000..9e26e5a0a5
--- /dev/null
+++ b/office/keepassx/keepassx-0.4.3-gcc47.patch
@@ -0,0 +1,12 @@
+diff --git a/src/lib/random.cpp b/src/lib/random.cpp
+index 1007172..f12dd1c 100644
+--- a/src/lib/random.cpp
++++ b/src/lib/random.cpp
+@@ -19,6 +19,7 @@
+ ***************************************************************************/
+
+ #include "random.h"
++#include <unistd.h>
+
+
+ #if defined(Q_WS_X11) || defined(Q_WS_MAC)
diff --git a/office/keepassx/keepassx.SlackBuild b/office/keepassx/keepassx.SlackBuild
index 8313443c11..313c7943fa 100644
--- a/office/keepassx/keepassx.SlackBuild
+++ b/office/keepassx/keepassx.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=keepassx
VERSION=0.4.3
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -71,6 +71,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+patch -p1 < $CWD/keepassx-0.4.3-gcc47.patch
+
qmake \
QMAKE_CFLAGS="$SLKCFLAGS" \
QMAKE_CXXFLAGS="$SLKCFLAGS"