summaryrefslogtreecommitdiff
path: root/network/fqterm/fqterm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/fqterm/fqterm.SlackBuild')
-rw-r--r--network/fqterm/fqterm.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/fqterm/fqterm.SlackBuild b/network/fqterm/fqterm.SlackBuild
index faf43df2e7..74b32c7c2f 100644
--- a/network/fqterm/fqterm.SlackBuild
+++ b/network/fqterm/fqterm.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=fqterm
VERSION=${VERSION:-0.9.6.10}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -51,6 +51,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix for compiling under gcc-4.7
+patch -p0 < $CWD/fqterm-0.9.6.10-gcc47.patch
+
mkdir build
cd build
cmake \