diff options
Diffstat (limited to 'network/spice/spice.SlackBuild')
-rw-r--r-- | network/spice/spice.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index cd8f3bf9eaaef..3d1ecc7a10e0d 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 \ |