summaryrefslogtreecommitdiffstats
path: root/network/spice/spice.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2017-12-15 10:42:51 +0100
committer Willy Sudiarto Raharjo2017-12-16 01:31:56 +0100
commitab69b1daea71a7110255908d8cd4a1eefc3d7505 (patch)
tree48d3227fa4f5cc890199caacc925deb23c6101dd /network/spice/spice.SlackBuild
parent817e26a6e60c237ac8f234f6be2400fcdbaf1186 (diff)
downloadslackbuilds-ab69b1daea71a7110255908d8cd4a1eefc3d7505.tar.gz
network/spice: Updated for version 0.14.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice/spice.SlackBuild')
-rw-r--r--network/spice/spice.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild
index cd8f3bf9ea..3d1ecc7a10 100644
--- a/network/spice/spice.SlackBuild
+++ b/network/spice/spice.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for spice
-# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spice
-VERSION=${VERSION:-0.13.3}
+VERSION=${VERSION:-0.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,10 +78,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix broken (ATM) lz4 autodetection
-sed -i "s|129|1.7.3|" spice-common/m4/spice-deps.m4
-autoreconf -fi
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \