summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
diff options
context:
space:
mode:
author Donald Cooley2019-12-19 15:52:14 +0100
committer Willy Sudiarto Raharjo2019-12-19 15:52:14 +0100
commitd483a9c0a11a3b6aee539f340384248ebdfb2a15 (patch)
treeab041d49d3d173734d01fabd1c5da1c8d7f6b4de /libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
parenta80b1996d922fe20c7f12647910ff8c477a87c24 (diff)
downloadslackbuilds-d483a9c0a11a3b6aee539f340384248ebdfb2a15.tar.gz
libraries/libtorrent-rasterbar: Updated for version 1.1.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild')
-rw-r--r--libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
index 738af258b4..0501141e52 100644
--- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
+++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for libtorrent (rasterbar)
+# Copyright 2019 Donald Cooley, South Haven, Indiana, USA
# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
@@ -23,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-1.1.12}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.1.13}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -70,14 +71,14 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# https://github.com/qbittorrent/qBittorrent/issues/6383#issuecomment-281535787
-sed -i -e "s/+ target_specific(),/+ target_specific() + ['-std=c++11'],/" \
+sed -i -e "s/+ target_specific(),/+ target_specific() + ['-std=c++14'],/" \
bindings/python/setup.py
EXAMPLES=${EXAMPLES:-no}
[ "$EXAMPLES" = "yes" ] && examples="--enable-examples"
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS -std=c++11" \
+CXXFLAGS="$SLKCFLAGS -std=c++14" \
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
./configure \
--prefix=/usr \