summaryrefslogtreecommitdiffstats
path: root/source/kde/ktorrent/ktorrent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/ktorrent/ktorrent.SlackBuild')
-rwxr-xr-xsource/kde/ktorrent/ktorrent.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/kde/ktorrent/ktorrent.SlackBuild b/source/kde/ktorrent/ktorrent.SlackBuild
index acebafd2a..57cf6ae1e 100755
--- a/source/kde/ktorrent/ktorrent.SlackBuild
+++ b/source/kde/ktorrent/ktorrent.SlackBuild
@@ -44,7 +44,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
echo "Building ktorrent-$VERSION..."
-tar xvf $CWD/../src/extragear/ktorrent-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/../src/extragear/ktorrent-${VERSION}.tar.?z* || exit 1
cd ktorrent-$VERSION
chown -R root:root .
find . \
@@ -56,6 +56,7 @@ find . \
mkdir -p build
cd build
cmake \
+ $KDE_OPT_ARGS \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_BUILD_TYPE=Release \