aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/linphone-desktop/linphone-desktop.SlackBuild4
-rw-r--r--network/linphone-desktop/linphone-desktop.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/network/linphone-desktop/linphone-desktop.SlackBuild b/network/linphone-desktop/linphone-desktop.SlackBuild
index a0280abcdec9..7f6e3963f2d4 100644
--- a/network/linphone-desktop/linphone-desktop.SlackBuild
+++ b/network/linphone-desktop/linphone-desktop.SlackBuild
@@ -68,7 +68,7 @@ else
LIBDIRSUFFIX=""
fi
-source /etc/profile.d/cmake3.30.sh
+source /etc/profile.d/cmake-opt.sh
if [[ -e /opt/$PRGNAM/bin/linphone ]] ; then
printf "This script cannot run if %s is already installed. Uninstall it first.\n" "$PRGNAM" 1>&2
@@ -375,7 +375,7 @@ cd build
cmake --install . --prefix $PKG/opt/linphone-desktop
cd ..
- chmod +x $PKG/opt/linphone-desktop/lib64/*.so*
+ chmod +x $PKG/opt/linphone-desktop/lib$LIBDIRSUFFIX/*.so*
(
mkdir -p $PKG/usr/bin
diff --git a/network/linphone-desktop/linphone-desktop.info b/network/linphone-desktop/linphone-desktop.info
index 215fe79c7a8b..4a0be4f999b3 100644
--- a/network/linphone-desktop/linphone-desktop.info
+++ b/network/linphone-desktop/linphone-desktop.info
@@ -111,6 +111,6 @@ dbc314e06791aaf7716bece4df386682 \
9c17b3d09858d63a35dd9cea5cfea1f0 \
d7f9f84df3d869615bc117589967ba64 \
7d97e0ac96f20b363afc111ea2c293d7"
-REQUIRES="python3-pystache avahi spandsp cmake3.30"
+REQUIRES="python3-pystache avahi spandsp cmake-opt"
MAINTAINER="Lockywolf"
EMAIL="for_sbo.linphone_2023-07-10@lockywolf.net"